Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp756 if (equalCommunicators_.count(identifier) != 0) { in SetEqualIdentifier()
757 communicator = equalCommunicators_[identifier]; in SetEqualIdentifier()
764 equalCommunicators_[identifier] = communicator; in SetEqualIdentifier()
932 for (const auto &iter : equalCommunicators_) { in UnRegCommunicatorsCallback()
959 for (auto &iter : equalCommunicators_) { in ReleaseCommunicators()
962 equalCommunicators_.clear(); in ReleaseCommunicators()
H A Dsync_engine.h235 std::map<std::string, ICommunicator *> equalCommunicators_; variable