Home | History | Annotate | Download | only in service

Lines Matching refs:Daemon

17 #include "service/daemon.h"
33 // The global Daemon instance.
34 Daemon* g_daemon = nullptr;
36 class DaemonImpl : public Daemon {
129 LOG(INFO) << "Daemon initialized";
146 bool Daemon::Initialize() {
153 LOG(ERROR) << "Failed to initialize the Daemon object";
162 void Daemon::ShutDown() {
169 void Daemon::InitializeForTesting(Daemon* test_daemon) {
177 Daemon* Daemon::Get() {