Home
last modified time | relevance | path

Searched refs:IdAllocator (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() function in OHOS::IntellVoiceUtils::IdAllocator
32 int IdAllocator::AllocId() in AllocId()
44 void IdAllocator::ReleaseId(unsigned int id) in ReleaseId()
54 void IdAllocator::ClearId() in ClearId()
H A Did_allocator.h24 struct IdAllocator { struct
25 explicit IdAllocator(int maxTimerNum = 100);
26 virtual ~IdAllocator(){}; in ~IdAllocator() argument
H A Dtimer_mgr.cpp65 TimerMgr::TimerMgr(int maxTimerNum) : IdAllocator(maxTimerNum), status_(TimerStatus::TIMER_STATUS_I… in TimerMgr()
210 IdAllocator::ClearId(); in Clear()
H A Dtimer_mgr.h81 class TimerMgr : public ThreadWrapper, private IdAllocator {