Home
last modified time | relevance | path

Searched defs:fragCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h42 uint16_t fragCount = 0u; member
H A Dframe_header.h46 uint16_t fragCount = 0; // Indicate how many fragments this frame is divided into member
H A Dprotocol_proto.cpp315 uint16_t fragCount = ((remainder == 0) ? quotient : (quotient + 1)); in SplitFrameIntoPacketsIfNeed() local
325 uint16_t fragCount = inResult.GetFragCount(); in AnalyzeSplitStructure() local