Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp58 while (!this->timeFunc.IsEmpty()) { in StartThread()
82 bool hasFunction = handle.timeFunc.Find(timerfd, funcTime); in OnTime()
85 handle.timeFunc.Erase(timerfd); in OnTime()
98 timeFunc.Clear(closeFunc); in ~SamgrTimeHandler()
144 timeFunc.EnsureInsert(timerfd, func); in PostTask()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsamgr_time_handler.h58 ConcurrentMap <uint32_t, TaskType> timeFunc; variable