Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp117 for (auto &iter : syncTaskContextMap_) { in Close()
121 syncTaskContextMap_.clear(); in Close()
189 for (auto &iter : syncTaskContextMap_) { in RemoveSyncOperation()
600 auto iter = syncTaskContextMap_.find(deviceId); in FindSyncTaskContext()
601 if (iter != syncTaskContextMap_.end()) { in FindSyncTaskContext()
739 for (auto &iter : syncTaskContextMap_) { in SetSyncRetry()
1036 for (const auto &entry : syncTaskContextMap_) { in SchemaChange()
1083 for (const auto &entry : syncTaskContextMap_) { in Dump()
1169 for (const auto &entry : syncTaskContextMap_) { in AbortMachineIfNeed()
1247 for (const auto &iter : syncTaskContextMap_) { in TimeChange()
[all …]
H A Dsync_engine.h148 std::map<std::string, ISyncTaskContext *> syncTaskContextMap_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.cpp55 for (auto &iter : syncTaskContextMap_) { in EnableClearRemoteStaleData()