Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.cpp103 commErrCodeMap_.insert(std::pair<std::string, int>(deviceId, commErrCode)); in SetStatus()
154 auto iter = commErrCodeMap_.find(deviceId); in ReplaceCommErrCode()
155 if (iter != commErrCodeMap_.end()) { in ReplaceCommErrCode()
H A Dsync_operation.h170 std::map<std::string, int> commErrCodeMap_; variable