Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp39 const uint32_t MAX_FRAME_LEN = 32 * 1024 * 1024; // Max 32 MB, 1024 is scale variable
329 if (frameLen <= sizeof(CommPhyHeader) || frameLen > MAX_FRAME_LEN) { in AnalyzeSplitStructure()
612 if (serializeLen == 0 || alignedLen > MAX_FRAME_LEN - GetLengthBeforeSerializedData()) { in CalculateDataSerializeLength()