Searched refs:SetTimerByThreadPool (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | runtime_context_impl.cpp | 170 int errCode = SetTimerByThreadPool(milliSeconds, action, finalizer, true, timerId); in SetTimer() 986 int RuntimeContextImpl::SetTimerByThreadPool(int milliSeconds, const TimerAction &action, in SetTimerByThreadPool() function in DistributedDB::RuntimeContextImpl 1090 int errCode = SetTimerByThreadPool(milliSeconds, action, timerFinalizer, false, timerId); in ThreadPoolTimerAction()
|
H A D | runtime_context_impl.h | 198 int SetTimerByThreadPool(int milliSeconds, const TimerAction &action,
|