#include <player_skeleton.h>
Public Attributes | |
std::shared_ptr< core::dbus::Bus > | bus |
std::shared_ptr< core::dbus::Service > | service |
std::shared_ptr< core::dbus::Object > | session |
core::ubuntu::media::Service * | player_service |
apparmor::ubuntu::RequestContextResolver::Ptr | request_context_resolver |
apparmor::ubuntu::RequestAuthenticator::Ptr | request_authenticator |
Definition at line 52 of file player_skeleton.h.
std::shared_ptr<core::dbus::Bus> core::ubuntu::media::PlayerSkeleton::Configuration::bus |
Definition at line 55 of file player_skeleton.h.
core::ubuntu::media::Service* core::ubuntu::media::PlayerSkeleton::Configuration::player_service |
Definition at line 61 of file player_skeleton.h.
apparmor::ubuntu::RequestAuthenticator::Ptr core::ubuntu::media::PlayerSkeleton::Configuration::request_authenticator |
Definition at line 64 of file player_skeleton.h.
apparmor::ubuntu::RequestContextResolver::Ptr core::ubuntu::media::PlayerSkeleton::Configuration::request_context_resolver |
Definition at line 63 of file player_skeleton.h.
std::shared_ptr<core::dbus::Service> core::ubuntu::media::PlayerSkeleton::Configuration::service |
Definition at line 57 of file player_skeleton.h.
std::shared_ptr<core::dbus::Object> core::ubuntu::media::PlayerSkeleton::Configuration::session |
Definition at line 59 of file player_skeleton.h.