Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.h47 std::map<std::string, TableProcessInfo> GetCurrentTableProcess() const;
H A Dprocess_notifier.cpp206 std::map<std::string, TableProcessInfo> ProcessNotifier::GetCurrentTableProcess() const in GetCurrentTableProcess() function in DistributedDB::ProcessNotifier
H A Dcloud_syncer_extend.cpp1199 syncProcess.tableProcess = notifier->GetCurrentTableProcess(); in GetCloudTaskStatus()