Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h133 void OnlineCallBackTask();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp543 int errCode = RuntimeContext::GetInstance()->ScheduleTask([this] { OnlineCallBackTask(); }); in OnlineCallBack()
549 void AutoLaunch::OnlineCallBackTask() in OnlineCallBackTask() function in DistributedDB::AutoLaunch