Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp307 …uint32_t lengthToSplit = frameBytesLen.second - sizeof(CommPhyHeader); // The former is always lar… in SplitFrameIntoPacketsIfNeed() local
312 uint16_t quotient = lengthToSplit / maxFragmentLen; in SplitFrameIntoPacketsIfNeed()
313 uint32_t remainder = lengthToSplit % maxFragmentLen; in SplitFrameIntoPacketsIfNeed()
318 …o fragInfo = {inBuff->GetOringinalAddr(), inBuff->GetExtendHeadLength(), lengthToSplit, fragCount}; in SplitFrameIntoPacketsIfNeed()