Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp306 …auto frameBytesLen = inBuff->GetReadOnlyBytesForEntireFrame(); // Padding not in the range of frag… in SplitFrameIntoPacketsIfNeed() local
307 …uint32_t lengthToSplit = frameBytesLen.second - sizeof(CommPhyHeader); // The former is always lar… in SplitFrameIntoPacketsIfNeed()
317 auto oriPhyHeader = reinterpret_cast<const CommPhyHeader *>(frameBytesLen.first); in SplitFrameIntoPacketsIfNeed()
319 …return FrameFragmentation(frameBytesLen.first + sizeof(CommPhyHeader), fragInfo, *oriPhyHeader, ou… in SplitFrameIntoPacketsIfNeed()
532 auto frameBytesLen = inBuff->GetReadOnlyBytesForEntireFrame(); in CheckAndParseFrame() local
534 int errCode = ParseCommLayerPayload(frameBytesLen.first, frameBytesLen.second, outResult); in CheckAndParseFrame()
540 int errCode = ParseCommDivergeHeader(frameBytesLen.first, frameBytesLen.second, outResult); in CheckAndParseFrame()