Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp615 std::map<LabelType, bool> changedLabels; in OnCommLayerFrameReceive() local
617 … inResult.GetLabelExchangeDistinctValue(), inResult.GetLabelExchangeSequenceId(), changedLabels); in OnCommLayerFrameReceive()
622 NotifyConnectChange(srcTarget, changedLabels); in OnCommLayerFrameReceive()
879 std::map<LabelType, bool> changedLabels; in OnRemoteDBStatusChange() local
883 changedLabels[labelType] = dbInfo.isNeedSync; in OnRemoteDBStatusChange()
886 commLinker_->UpdateOnlineLabels(devInfo, changedLabels); in OnRemoteDBStatusChange()
888 NotifyConnectChange(devInfo, changedLabels); in OnRemoteDBStatusChange()
892 const std::map<LabelType, bool> &changedLabels) in NotifyConnectChange() argument
896 for (const auto &entry : changedLabels) { in NotifyConnectChange()
903 for (auto &entry : changedLabels) { in NotifyConnectChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h140 … NotifyConnectChange(const std::string &srcTarget, const std::map<LabelType, bool> &changedLabels);