Home
last modified time | relevance | path

Searched refs:IdAllocator (Results 1 - 4 of 4) sorted by relevance

/foundation/ai/intelligent_voice_framework/utils/
H A Did_allocator.cpp21 #define LOG_TAG "IdAllocator"
25 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()
H A Dtimer_mgr.cpp65 TimerMgr::TimerMgr(int maxTimerNum) : IdAllocator(maxTimerNum), status_(TimerStatus::TIMER_STATUS_INIT), in TimerMgr()
210 IdAllocator::ClearId(); in Clear()
H A Dtimer_mgr.h81 class TimerMgr : public ThreadWrapper, private IdAllocator {

Completed in 2 milliseconds