Go to the source code of this file.
Namespaces | |
| namespace | DBusConstants |
Macros | |
| #define | MEDIAHUB_SERVICE_NAME "com.lomiri.MediaHub.Service" |
| #define | MEDIAHUB_SERVICE_PATH "/com/lomiri/MediaHub/Service" |
| #define | MEDIAHUB_SERVICE_INTERFACE "com.lomiri.MediaHub.Service" |
| #define | MPRIS_SERVICE_NAME "org.mpris.MediaPlayer2.MediaHub" |
| #define | MPRIS_SERVICE_PATH "/org/mpris/MediaPlayer2" |
| #define | MPRIS_PLAYER_PATH "/org/mpris/MediaPlayer2" |
| #define | MPRIS_PLAYER_INTERFACE "org.mpris.MediaPlayer2.Player" |
| #define | MPRIS_TRACKLIST_INTERFACE "org.mpris.MediaPlayer2.TrackList" |
| #define | MPRIS_ERROR_PREFIX "mpris.Player.Error." |
| #define | MPRIS_ERROR_CREATING_SESSION "CreatingSession" |
| #define | MPRIS_ERROR_DESTROYING_SESSION "DestroyingSession" |
| #define | MPRIS_ERROR_INSUFFICIENT_APPARMOR_PERMISSIONS "InsufficientAppArmorPermissions" |
| #define | MPRIS_ERROR_OOP_STREAMING_NOT_SUPPORTED "OutOfProcessBufferStreamingNotSupported" |
| #define | MPRIS_ERROR_URI_NOT_FOUND "UriNotFound" |
| #define | FDO_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties" |
| #define | FDO_ERROR_PREFIX "org.freedesktop.DBus.Error." |
| #define | FDO_ERROR_ACCESS_DENIED "AccessDenied" |
| #define | FDO_ERROR_DISCONNECTED "Disconnected" |
| #define | FDO_ERROR_NAME_HAS_NO_OWNER "NameHasNoOwner" |
| #define | FDO_ERROR_SERVICE_UNKNOWN "ServiceUnknown" |
| #define | FDO_ERROR_TIMEOUT "Timeout" |
| #define | FDO_ERROR_UNKNOWN_OBJECT "UnknownObject" |
| #define FDO_ERROR_ACCESS_DENIED "AccessDenied" |
Definition at line 44 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define FDO_ERROR_DISCONNECTED "Disconnected" |
Definition at line 45 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define FDO_ERROR_NAME_HAS_NO_OWNER "NameHasNoOwner" |
Definition at line 46 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define FDO_ERROR_PREFIX "org.freedesktop.DBus.Error." |
Definition at line 43 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define FDO_ERROR_SERVICE_UNKNOWN "ServiceUnknown" |
Definition at line 47 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define FDO_ERROR_TIMEOUT "Timeout" |
Definition at line 48 of file dbus_constants.h.
| #define FDO_ERROR_UNKNOWN_OBJECT "UnknownObject" |
Definition at line 49 of file dbus_constants.h.
| #define FDO_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties" |
Definition at line 41 of file dbus_constants.h.
Referenced by DBusTrackList::DBusTrackList(), lomiri::MediaHub::PlayerPrivate::getProperty(), lomiri::MediaHub::PlayerPrivate::PlayerPrivate(), and lomiri::MediaHub::PlayerPrivate::setProperty().
| #define MEDIAHUB_SERVICE_INTERFACE "com.lomiri.MediaHub.Service" |
Definition at line 24 of file dbus_constants.h.
Referenced by DBusService::DBusService().
| #define MEDIAHUB_SERVICE_NAME "com.lomiri.MediaHub.Service" |
Definition at line 22 of file dbus_constants.h.
Referenced by DBusPlayer::DBusPlayer(), DBusService::DBusService(), and DBusTrackList::DBusTrackList().
| #define MEDIAHUB_SERVICE_PATH "/com/lomiri/MediaHub/Service" |
Definition at line 23 of file dbus_constants.h.
Referenced by DBusService::DBusService().
| #define MPRIS_ERROR_CREATING_SESSION "CreatingSession" |
Definition at line 33 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define MPRIS_ERROR_DESTROYING_SESSION "DestroyingSession" |
Definition at line 34 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define MPRIS_ERROR_INSUFFICIENT_APPARMOR_PERMISSIONS "InsufficientAppArmorPermissions" |
Definition at line 35 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define MPRIS_ERROR_OOP_STREAMING_NOT_SUPPORTED "OutOfProcessBufferStreamingNotSupported" |
Definition at line 37 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define MPRIS_ERROR_PREFIX "mpris.Player.Error." |
Definition at line 32 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define MPRIS_ERROR_URI_NOT_FOUND "UriNotFound" |
Definition at line 39 of file dbus_constants.h.
Referenced by lomiri::MediaHub::errorFromDBus().
| #define MPRIS_PLAYER_INTERFACE "org.mpris.MediaPlayer2.Player" |
Definition at line 29 of file dbus_constants.h.
Referenced by DBusPlayer::DBusPlayer(), lomiri::MediaHub::PlayerPrivate::getProperty(), DBusPlayer::onPropertiesChanged(), and lomiri::MediaHub::PlayerPrivate::setProperty().
| #define MPRIS_PLAYER_PATH "/org/mpris/MediaPlayer2" |
Definition at line 28 of file dbus_constants.h.
| #define MPRIS_SERVICE_NAME "org.mpris.MediaPlayer2.MediaHub" |
Definition at line 26 of file dbus_constants.h.
| #define MPRIS_SERVICE_PATH "/org/mpris/MediaPlayer2" |
Definition at line 27 of file dbus_constants.h.
| #define MPRIS_TRACKLIST_INTERFACE "org.mpris.MediaPlayer2.TrackList" |
Definition at line 30 of file dbus_constants.h.
Referenced by DBusTrackList::DBusTrackList().