Searched refs:DBusDaemon (Results 1 – 2 of 2) sorted by relevance
28 class BRILLO_EXPORT DBusDaemon : public Daemon {30 DBusDaemon();31 ~DBusDaemon() override = default;45 DISALLOW_COPY_AND_ASSIGN(DBusDaemon);52 class BRILLO_EXPORT DBusServiceDaemon : public DBusDaemon {
18 DBusDaemon::DBusDaemon() { in DBusDaemon() function in brillo::DBusDaemon21 int DBusDaemon::OnInit() { in OnInit()49 int exit_code = DBusDaemon::OnInit(); in OnInit()