Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.h120 int TimeoutCallBack(TimerId timerId);
H A Dremote_executor.cpp621 TimerAction timeoutCallBack = [this](TimerId timerId) { return TimeoutCallBack(timerId); }; in StartTimer()
651 int RemoteExecutor::TimeoutCallBack(TimerId timerId) in TimeoutCallBack() function in DistributedDB::RemoteExecutor