Home
last modified time | relevance | path

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

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