Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp167 work.frameInfo.SetFragCount(inPacketInfo.GetFragCount()); in CreateNewCombineWork()
171 work.status.SetFragmentCount(inPacketInfo.GetFragCount()); in CreateNewCombineWork()
222 if (inPacketInfo.GetFragCount() != inWork.frameInfo.GetFragCount()) { in CheckPacketWithOriWork()
223 …ombiner][CheckPacket] FragCount mismatch %" PRIu32 " vs %" PRIu32 ".", inPacketInfo.GetFragCount(), in CheckPacketWithOriWork()
224 inWork.frameInfo.GetFragCount()); in CheckPacketWithOriWork()
227 if (inPacketInfo.GetFragNo() >= inPacketInfo.GetFragCount()) { in CheckPacketWithOriWork()
229 inPacketInfo.GetFragCount()); in CheckPacketWithOriWork()
H A Dprotocol_proto.cpp325 uint16_t fragCount = inResult.GetFragCount(); in AnalyzeSplitStructure()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h119 uint16_t GetFragCount() const in GetFragCount() function