Lines Matching refs:Daemon
14 #include <brillo/daemons/daemon.h>
25 // DBusDaemon adds D-Bus support to Daemon.
26 // Derive your daemon from this class if you want D-Bus client services in your
27 // daemon (consuming other D-Bus objects). Currently uses a SYSTEM bus.
28 class BRILLO_EXPORT DBusDaemon : public Daemon {
49 // Derive your daemon from this class if your daemon exposes D-Bus objects.
54 // Constructs the daemon.
55 // |service_name| is the name of D-Bus service provided by the daemon.
74 // daemon's service name on DBus.
84 // exported successfully and the daemon is ready to claim the D-Bus service