Home
last modified time | relevance | path

Searched refs:isIdle (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dcharger_state_collection.cpp164 bool isIdle = ((g_cachedIdleState.soc >= g_idleStateConfig.soc) && in HandleChargeIdleState() local
168 if (isIdle != g_isChargeIdle) { in HandleChargeIdleState()
173 PublishIdleEvent(isIdle, CommonEventSupport::COMMON_EVENT_CHARGE_IDLE_MODE_CHANGED); in HandleChargeIdleState()
174 g_isChargeIdle = isIdle; in HandleChargeIdleState()
179 void ChargerStateCollection::PublishIdleEvent(bool isIdle, const std::string commonEventSupport) in PublishIdleEvent() argument
183 want.SetParam(ToString(code), isIdle); in PublishIdleEvent() local
/base/update/updateservice/services/startup/manage/src/
H A Dstartup_manager.cpp106 bool isIdle = scheduleManager_->IdleCheck(); in IdleCheck() local
107 ENGINE_LOGI("IdleCheck idleState is %{public}s", StringUtils::GetBoolStr(isIdle).c_str()); in IdleCheck()
108 return isIdle; in IdleCheck()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dcharger_state_collection.h77 static void PublishIdleEvent(bool isIdle, const std::string commonEventSupport);
/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h62 authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle = false);
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp137 bool isIdle = !task.isExistTask; in IsIdle() local
138 FIRMWARE_LOGI("FirmwareManager IsIdle:%{public}s", StringUtils::GetBoolStr(isIdle).c_str()); in IsIdle()
139 return isIdle; in IsIdle()
/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp43 StrongAuthManger::authTimer::authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle) in authTimer() argument
51 if (isIdle) { in authTimer()

Completed in 4 milliseconds