Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h98 static int CheckAndParseFrame(const SerialBuffer *inBuff, ParseResult &outResult);
H A Dcommunicator_aggregator.cpp579 int errCode = ProtocolProto::CheckAndParseFrame(frameBuffer, frameResult); in OnFragmentReceive()
H A Dprotocol_proto.cpp527 int ProtocolProto::CheckAndParseFrame(const SerialBuffer *inBuff, ParseResult &outResult) in CheckAndParseFrame() function in DistributedDB::ProtocolProto