Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
Daction_shutdown.h33 uint32_t ShutdownRequest(bool isShutdown);
34 uint32_t DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr);
36 int32_t ShutdownExecution(bool isShutdown);
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_shutdown.cpp105 uint32_t ActionShutdown::ShutdownRequest(bool isShutdown) in ShutdownRequest() argument
107 if (isShutdown) { in ShutdownRequest()
114 int32_t ActionShutdown::ShutdownExecution(bool isShutdown) in ShutdownExecution() argument
122 std::string valueString = std::to_string(isShutdown) + "\n"; in ShutdownExecution()
130 uint32_t ActionShutdown::DelayShutdown(bool isShutdown, int32_t temp, int32_t thresholdClr) in DelayShutdown() argument
141 ShutdownRequest(isShutdown); in DelayShutdown()