Home | History | Annotate | Download | only in service

Lines Matching refs:Daemon

17 #include "service/daemon.h"
34 // The global Daemon instance.
35 Daemon* g_daemon = nullptr;
37 class DaemonImpl : public Daemon, public ipc::IPCManager::Delegate {
142 LOG(INFO) << "Daemon initialized";
159 bool Daemon::Initialize() {
165 LOG(ERROR) << "Failed to initialize the Daemon object";
174 void Daemon::ShutDown() {
181 void Daemon::InitializeForTesting(Daemon* test_daemon) {
189 Daemon* Daemon::Get() {