Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp248 } shutdown_state; variable
261 LOG(INFO) << "sys.powerctl: do_shutdown: " << shutdown_state.do_shutdown() in DebugRebootLogging()
263 if (shutdown_state.do_shutdown()) { in DebugRebootLogging()
725 trigger_shutdown = [](const std::string& command) { shutdown_state.TriggerShutdown(command); }; in SecondStageMain()
884 auto shutdown_command = shutdown_state.CheckShutdown(); in SecondStageMain()
889 shutdown_state.set_do_shutdown(false); in SecondStageMain()