Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.h71 …int ReceiveLabelExchangeAck(const std::string &inTarget, uint64_t inDistinctValue, uint64_t inSequ…
H A Dcommunicator_linker.cpp180 int CommunicatorLinker::ReceiveLabelExchangeAck(const std::string &inTarget, uint64_t inDistinctVal… in ReceiveLabelExchangeAck() function in DistributedDB::CommunicatorLinker
H A Dcommunicator_aggregator.cpp608 …int errCode = commLinker_->ReceiveLabelExchangeAck(srcTarget, inResult.GetLabelExchangeDistinctVal… in OnCommLayerFrameReceive()