Public Member Functions | |
Private () | |
~Private () | |
Public Attributes | |
media::Player::PlayerKey | resume_key |
std::thread | worker |
dbus::Bus::Ptr | bus |
std::shared_ptr< dbus::Object > | indicator_power_session |
std::shared_ptr < core::dbus::Property < core::IndicatorPower::PowerLevel > > | power_level |
std::shared_ptr < core::dbus::Property < core::IndicatorPower::IsWarning > > | is_warning |
Definition at line 35 of file service_implementation.cpp.
|
inline |
Definition at line 37 of file service_implementation.cpp.
|
inline |
Definition at line 55 of file service_implementation.cpp.
dbus::Bus::Ptr media::ServiceImplementation::Private::bus |
Definition at line 67 of file service_implementation.cpp.
std::shared_ptr<dbus::Object> media::ServiceImplementation::Private::indicator_power_session |
Definition at line 68 of file service_implementation.cpp.
std::shared_ptr<core::dbus::Property<core::IndicatorPower::IsWarning> > media::ServiceImplementation::Private::is_warning |
Definition at line 70 of file service_implementation.cpp.
std::shared_ptr<core::dbus::Property<core::IndicatorPower::PowerLevel> > media::ServiceImplementation::Private::power_level |
Definition at line 69 of file service_implementation.cpp.
media::Player::PlayerKey media::ServiceImplementation::Private::resume_key |
Definition at line 65 of file service_implementation.cpp.
std::thread media::ServiceImplementation::Private::worker |
Definition at line 66 of file service_implementation.cpp.