Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp40 const uint16_t MIN_FRAGMENT_COUNT = 2; // At least a frame will be splited into 2 parts variable
336 …if (fragCount == 0 || fragCount < MIN_FRAGMENT_COUNT || fragCount > lengthBeSplit || fragNo >= fra… in AnalyzeSplitStructure()
956 if (fragmentInfo.fragCount < MIN_FRAGMENT_COUNT) { in FrameFragmentation()