Lines Matching refs:Daemon
17 #include "service/daemon.h"
33 // The global Daemon instance.
34 Daemon* g_daemon = nullptr;
36 class DaemonImpl : public Daemon {
121 LOG(INFO) << "Daemon initialized";
138 bool Daemon::Initialize() {
144 LOG(ERROR) << "Failed to initialize the Daemon object";
153 void Daemon::ShutDown() {
160 void Daemon::InitializeForTesting(Daemon* test_daemon) {
168 Daemon* Daemon::Get() {