Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_shutdown.cpp100 uint32_t ActionShutdown::ShutdownRequest(bool isShutdown) in ShutdownRequest() argument
102 if (isShutdown) { in ShutdownRequest()
109 int32_t ActionShutdown::ShutdownExecution(bool isShutdown) in ShutdownExecution() argument
117 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() argument
136 ShutdownRequest(isShutdown); in DelayShutdown()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A 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);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp262 const bool& isShutdown) in UpdateBootBasedAndScreenTime() argument
264 if (isScreenOn_ == isScreenOn && isShutdown == false) { in UpdateBootBasedAndScreenTime()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_user_history.h63 const bool& isShutdown = false);
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h44 bool isShutdown = false; variable
H A Drecorder_server.cpp967 if (!syncCallback_->isShutdown) { in Release()
1225 isShutdown = true; in OnSyncShutdown()