Home
last modified time | relevance | path

Searched refs:InsertTimerCallbackInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/time/time_service/services/time/include/inner_api_include/
H A Dtimer_call_back.h40 bool InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &timerInfo);
/ohos5.0/base/time/time_service/services/time/src/
H A Dtimer_call_back.cpp44 bool TimerCallback::InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &ti… in InsertTimerCallbackInfo() function in OHOS::MiscServices::TimerCallback
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp306 auto ret = TimerCallback::GetInstance()->InsertTimerCallbackInfo(timerId, timerOptions); in CreateTimerV9()