Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp464 int32_t chargerStatus = 0; in UpdateWatchdogTime() local
467 chargerStatus = topWork->conditionMap_.at(WorkCondition::Type::CHARGER)->enumVal; in UpdateWatchdogTime()
470 chargerStatus = static_cast<int32_t>(WorkCondition::Charger::CHARGING_UNKNOWN); in UpdateWatchdogTime()
472 if (chargerStatus == static_cast<int32_t>(WorkCondition::Charger::CHARGING_UNPLUGGED) in UpdateWatchdogTime()
473 || chargerStatus == static_cast<int32_t>(WorkCondition::Charger::CHARGING_UNKNOWN)) { in UpdateWatchdogTime()