Searched refs:isShutdown (Results 1 – 6 of 6) sorted by relevance
100 uint32_t ActionShutdown::ShutdownRequest(bool isShutdown) in ShutdownRequest() argument102 if (isShutdown) { in ShutdownRequest()109 int32_t ActionShutdown::ShutdownExecution(bool isShutdown) in ShutdownExecution() argument117 std::string valueString = std::to_string(isShutdown) + "\n"; in ShutdownExecution()125 uint32_t ActionShutdown::DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr) in DelayShutdown() argument136 ShutdownRequest(isShutdown); in DelayShutdown()
33 uint32_t ShutdownRequest(bool isShutdown);34 uint32_t DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr);36 int32_t ShutdownExecution(bool isShutdown);
262 const bool& isShutdown) in UpdateBootBasedAndScreenTime() argument264 if (isScreenOn_ == isScreenOn && isShutdown == false) { in UpdateBootBasedAndScreenTime()
63 const bool& isShutdown = false);
44 bool isShutdown = false; variable
967 if (!syncCallback_->isShutdown) { in Release()1225 isShutdown = true; in OnSyncShutdown()