Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h122 static int ParseCommLayerPayload(const uint8_t *bytes, uint32_t length, ParseResult &inResult);
H A Dprotocol_proto.cpp514 errCode = ParseCommLayerPayload(bytes, length, outResult); in CheckAndParsePacket()
534 int errCode = ParseCommLayerPayload(frameBytesLen.first, frameBytesLen.second, outResult); in CheckAndParseFrame()
858 int ProtocolProto::ParseCommLayerPayload(const uint8_t *bytes, uint32_t length, ParseResult &inResu… in ParseCommLayerPayload() function in DistributedDB::ProtocolProto