Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h140 …void NotifyConnectChange(const std::string &srcTarget, const std::map<LabelType, bool> &changedLab…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp622 NotifyConnectChange(srcTarget, changedLabels); in OnCommLayerFrameReceive()
888 NotifyConnectChange(devInfo, changedLabels); in OnRemoteDBStatusChange()
891 void CommunicatorAggregator::NotifyConnectChange(const std::string &srcTarget, in NotifyConnectChange() function in DistributedDB::CommunicatorAggregator