Home
last modified time | relevance | path

Searched refs:ReceiveLabelExchange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.h66 int ReceiveLabelExchange(const std::string &inTarget, const std::set<LabelType> &inLatestLabels,
H A Dcommunicator_linker.cpp135 int CommunicatorLinker::ReceiveLabelExchange(const std::string &inTarget, const std::set<LabelType>… in ReceiveLabelExchange() function in DistributedDB::CommunicatorLinker
H A Dcommunicator_aggregator.cpp616 int errCode = commLinker_->ReceiveLabelExchange(srcTarget, inResult.GetLatestCommLabels(), in OnCommLayerFrameReceive()