Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Did_allocator.cpp25 IdAllocator::IdAllocator(int maxTimerNum) in IdAllocator() argument
27 for (int i = 0; i < maxTimerNum; i++) { in IdAllocator()
H A Did_allocator.h25 explicit IdAllocator(int maxTimerNum = 100);
H A Dtimer_mgr.cpp65 TimerMgr::TimerMgr(int maxTimerNum) : IdAllocator(maxTimerNum), status_(TimerStatus::TIMER_STATUS_I… in TimerMgr() argument
H A Dtimer_mgr.h83 explicit TimerMgr(int maxTimerNum = 10);