Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h132 const SerialBuffer *inOriFrame);
/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
814 if (!isCommunicatorNotFoundFeedbackEnable_ || dstTarget.empty() || inOriFrame == nullptr) { in TryToFeedbackWhenCommunicatorNotFound()
818 Message *message = ProtocolProto::ToMessage(inOriFrame, errCode, true); in TryToFeedbackWhenCommunicatorNotFound()