Home
last modified time | relevance | path

Searched defs:maxTimerNum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Did_allocator.cpp25 IdAllocator::IdAllocator(int maxTimerNum) in IdAllocator()
H A Dtimer_mgr.cpp65 TimerMgr::TimerMgr(int maxTimerNum) : IdAllocator(maxTimerNum), status_(TimerStatus::TIMER_STATUS_I… in TimerMgr()