Home
last modified time | relevance | path

Searched refs:BuildFeedbackMessageFrame (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h66 …static SerialBuffer *BuildFeedbackMessageFrame(const Message *inMsg, const LabelType &inLabel, int…
H A Dcommunicator.cpp254 SerialBuffer *buffer = ProtocolProto::BuildFeedbackMessageFrame(oriMsg, commLabel_, errCode); in TriggerUnknownMessageFeedback()
H A Dcommunicator_aggregator.cpp845 SerialBuffer *buffer = ProtocolProto::BuildFeedbackMessageFrame(oriMsg, dstLabel, errCode); in TriggerCommunicatorNotFoundFeedback()
H A Dprotocol_proto.cpp200 SerialBuffer *ProtocolProto::BuildFeedbackMessageFrame(const Message *inMsg, const LabelType &inLab… in BuildFeedbackMessageFrame() function in DistributedDB::ProtocolProto