Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp326 uint16_t fragNo = inResult.GetFragNo(); in AnalyzeSplitStructure() local
336 …if (fragCount == 0 || fragCount < MIN_FRAGMENT_COUNT || fragCount > lengthBeSplit || fragNo >= fra… in AnalyzeSplitStructure()
337 …GE("[Proto][ParsePhyOpt] FragCount=%" PRIu32 " or fragNo=%" PRIu32 " illegal.", fragCount, fragNo); in AnalyzeSplitStructure()
346 …uint32_t thisFragLen = ((fragNo != fragCount - 1) ? outFragLen : outLastFragLen); // subtract by 1… in AnalyzeSplitStructure()
578 NetToHost(phyOpt->fragCount), NetToHost(phyOpt->fragNo)); in DisplayPacketInformation()
825 inResult.SetFragNo(phyOptHeader.fragNo); in ParseCommPhyOptHeader()
962 uint16_t fragNo = 0; // Fragment index start from 0 in FrameFragmentation() local
967 …uint32_t pieceFragLen = (fragNo != fragmentInfo.fragCount - 1) ? quotient : (quotient + remainder); in FrameFragmentation()
987 fragmentInfo.fragCount, fragNo}; in FrameFragmentation()
1006 fragNo); in FrameFragmentation()
[all …]
H A Dheader_converter.cpp38 headerConverted.fragNo = HostToNet(headerOriginal.fragNo); in ConvertHostToNet()
H A Dframe_header.h47 uint16_t fragNo = 0; // Indicate which fragment this packet is. start from 0. member