Home
last modified time | relevance | path

Searched refs:IsShutdownCritical (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dreboot.cpp385 } else if (s->IsShutdownCritical()) { in DoReboot()
437 if (!s->IsShutdownCritical()) s->Terminate(); in DoReboot()
453 if (!s->IsShutdownCritical() && s->pid() != 0 && (s->flags() & SVC_CONSOLE) == 0) { in DoReboot()
473 if (!s->IsShutdownCritical()) s->Stop(); in DoReboot()
Dservice.h93 bool IsShutdownCritical() const { return (flags_ & SVC_SHUTDOWN_CRITICAL) != 0; } in IsShutdownCritical() function