Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp157 if (commMap_.count(commLabel) != 0) { in AllocCommunicator()
181 if (commMap_.count(commLabel) == 0) { in ReleaseCommunicator()
185 commMap_.erase(commLabel); in ReleaseCommunicator()
250 if (commMap_.count(commLabel) == 0) { in ActivateCommunicator()
254 if (commMap_.at(commLabel).second) { in ActivateCommunicator()
257 commMap_.at(commLabel).second = true; // Mark this communicator as activated in ActivateCommunicator()
269 commMap_.at(commLabel).first->OnConnectChange(entry, true); in ActivateCommunicator()
471 for (auto &entry : commMap_) { in NotifySendableToAllCommunicator()
546 for (auto &entry : commMap_) { in OnTargetChange()
710 if (commMap_.count(toLabel) != 0 && commMap_.at(toLabel).second) { in TryDeliverAppLayerFrameToCommunicatorNoMutex()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h174 …std::map<LabelType, std::pair<Communicator *, bool>> commMap_; // bool true indicate communicator … variable