Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_animation.cpp169 if (chargingPromptState_ != LACKPOWER_CHARGING_PROMPT_START) { in LackPowerChargingPromptStart()
171 chargingPromptState_ = LACKPOWER_CHARGING_PROMPT_START; in LackPowerChargingPromptStart()
177 if (chargingPromptState_ != LACKPOWER_CHARGING_PROMPT_STOP) { in LackPowerChargingPromptStop()
179 chargingPromptState_ = LACKPOWER_CHARGING_PROMPT_STOP; in LackPowerChargingPromptStop()
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dcharger_animation.h140 enum AnimationState chargingPromptState_ = LACKPOWER_CHARGING_PROMPT_STOP; variable