Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp969 uint32_t pieceTotalLen = alignedFragLen + sizeof(CommPhyHeader) + sizeof(CommPhyOptHeader); in FrameFragmentation() local
972 …entry.first.resize(pieceTotalLen + fragmentInfo.extendHeadSize); // Note: should use resize other … in FrameFragmentation()
973 if (entry.first.size() != (pieceTotalLen + fragmentInfo.extendHeadSize)) { in FrameFragmentation()
974 LOGE("[Proto][FrameFrag] Resize failed for length=%" PRIu32, pieceTotalLen); in FrameFragmentation()
983 …FillPhyHeaderLenInfo(pieceTotalLen, 0, PACKET_TYPE_FRAGMENTED, alignedFragLen - pieceFragLen, pktP… in FrameFragmentation()