#include <external_services.h>
Collaboration diagram for core::ubuntu::media::helper::ExternalServices:Public Member Functions | |
| ExternalServices (const core::dbus::Bus::Ptr &session, const core::dbus::Bus::Ptr &system) | |
| ExternalServices () | |
| void | run () |
| void | stop () |
Public Attributes | |
| boost::asio::io_service | io_service |
| boost::asio::io_service::work | keep_alive |
| core::dbus::Bus::Ptr | session |
| core::dbus::Bus::Ptr | system |
Definition at line 41 of file external_services.h.
|
inline |
Definition at line 43 of file external_services.h.
References io_service, session, and system.
|
inline |
Definition at line 50 of file external_services.h.
References io_service, session, and system.
|
inline |
Definition at line 62 of file external_services.h.
References io_service.
|
inline |
| boost::asio::io_service core::ubuntu::media::helper::ExternalServices::io_service |
Definition at line 72 of file external_services.h.
Referenced by ExternalServices(), main(), run(), and stop().
| boost::asio::io_service::work core::ubuntu::media::helper::ExternalServices::keep_alive |
Definition at line 73 of file external_services.h.
| core::dbus::Bus::Ptr core::ubuntu::media::helper::ExternalServices::session |
Definition at line 75 of file external_services.h.
Referenced by core::ubuntu::media::apparmor::ubuntu::ExistingAuthenticator::authenticate_open_uri_request(), and ExternalServices().
| core::dbus::Bus::Ptr core::ubuntu::media::helper::ExternalServices::system |
Definition at line 76 of file external_services.h.
Referenced by ExternalServices().