Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp36 curDate_ = TimeProvider::GetCurrentDate(); in StandbyStateSubscriber()
162 if (curDate_ != curDate) { in NotifyPowerOverusedByCallback()
164 curDate_ = curDate; in NotifyPowerOverusedByCallback()
206 if (curDate_ == curDate && iter != modulePowerMap_.end()) { in NotifyPowerOnRegister()
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/include/
H A Dstandby_state_subscriber.h63 int32_t curDate_; variable