Searched refs:InsertTimerCallbackInfo (Results 1 – 3 of 3) sorted by relevance
40 bool InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &timerInfo);
44 bool TimerCallback::InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &ti… in InsertTimerCallbackInfo() function in OHOS::MiscServices::TimerCallback
306 auto ret = TimerCallback::GetInstance()->InsertTimerCallbackInfo(timerId, timerOptions); in CreateTimerV9()