Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp73 constexpr int TIMER_COUNT_TOP_NUM = 5; variable
303 auto limitedSize = (size > TIMER_COUNT_TOP_NUM) ? TIMER_COUNT_TOP_NUM : size; in ShowTimerCountByUid()