Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp63 constexpr int TIMER_ALARM_COUNT = 50; variable
1399 for (; i <= TIMER_ALARM_COUNT; ++i) {
1405 for (; i <= TIMER_ALARM_COUNT * 2; ++i) {
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp70 constexpr int TIMER_ALARM_COUNT = 50; variable
277 if (count > (timerOutOfRangeTimes_ + 1) * TIMER_ALARM_COUNT) { in CheckTimerCount()