Searched refs:ParseCommLayerPayload (Results 1 – 2 of 2) sorted by relevance
122 static int ParseCommLayerPayload(const uint8_t *bytes, uint32_t length, ParseResult &inResult);
514 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