Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h88 static int SetDivergeHeader(SerialBuffer *inBuff, const LabelType &inCommLabel);
H A Dcommunicator.cpp125 int errCode = ProtocolProto::SetDivergeHeader(buffer, commLabel_); in SendMessage()
H A Dprotocol_proto.cpp209 int errCode = ProtocolProto::SetDivergeHeader(buffer, inLabel); in BuildFeedbackMessageFrame()
403 int ProtocolProto::SetDivergeHeader(SerialBuffer *inBuff, const LabelType &inCommLabel) in SetDivergeHeader() function in DistributedDB::ProtocolProto