Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h131 …void TryToFeedbackWhenCommunicatorNotFound(const std::string &dstTarget, const LabelType &dstLabel,
133 …unicatorNotFoundFeedback(const std::string &dstTarget, const LabelType &dstLabel, Message* &oriMsg…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp812 const LabelType &dstLabel, const SerialBuffer *inOriFrame) in TryToFeedbackWhenCommunicatorNotFound() argument
826 TriggerCommunicatorNotFoundFeedback(dstTarget, dstLabel, message); in TryToFeedbackWhenCommunicatorNotFound()
830 const LabelType &dstLabel, Message* &oriMsg) in TriggerCommunicatorNotFoundFeedback() argument
845 SerialBuffer *buffer = ProtocolProto::BuildFeedbackMessageFrame(oriMsg, dstLabel, errCode); in TriggerCommunicatorNotFoundFeedback()