Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp72 constexpr int TIMER_ALRAM_INTERVAL = 60; variable
286 currentBootTime - lastTimerOutOfRangeTime_ > std::chrono::minutes(TIMER_ALRAM_INTERVAL)) { in CheckTimerCount()