OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBusDaemon
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/daemons/
dbus_daemon.h
25
//
DBusDaemon
adds D-Bus support to Daemon.
28
class BRILLO_EXPORT
DBusDaemon
: public Daemon {
30
DBusDaemon
();
31
~
DBusDaemon
() override = default;
45
DISALLOW_COPY_AND_ASSIGN(
DBusDaemon
);
48
// DBusServiceDaemon adds D-Bus service support to
DBusDaemon
.
52
class BRILLO_EXPORT DBusServiceDaemon : public
DBusDaemon
{
dbus_daemon.cc
18
DBusDaemon
::
DBusDaemon
() {
21
int
DBusDaemon
::OnInit() {
49
int exit_code =
DBusDaemon
::OnInit();
Completed in 83 milliseconds