Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_thread.cpp136 if (keyWait_ != INVALID && keyWait_ < nextWait) { in UpdateWaitInterval()
137 nextWait = keyWait_; in UpdateWaitInterval()
260 if (keyWait_ == INVALID || nextMoment < keyWait_) { in SetKeyWait()
261 keyWait_ = nextMoment; in SetKeyWait()
297 BATTERY_HILOGD(FEATURE_CHARGING, "keyWait_=%{public}" PRId64 "", keyWait_); in HandlePowerKeyState()
298 if (keyWait_ != INVALID && now > keyWait_) { in HandlePowerKeyState()
299 keyWait_ = INVALID; in HandlePowerKeyState()
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dcharger_thread.h76 int64_t keyWait_ = INVALID; variable