Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp136 uint32_t fragOffset = oriWork.status.GetThisFragmentOffset(inPacketInfo.GetFragNo()); in ContinueExistCombineWork()
137 uint32_t fragLength = oriWork.status.GetThisFragmentLength(inPacketInfo.GetFragNo()); in ContinueExistCombineWork()
146 oriWork.status.CheckInFragmentNo(inPacketInfo.GetFragNo()); in ContinueExistCombineWork()
178 uint32_t fragOffset = work.status.GetThisFragmentOffset(inPacketInfo.GetFragNo()); in CreateNewCombineWork()
179 uint32_t fragLength = work.status.GetThisFragmentLength(inPacketInfo.GetFragNo()); in CreateNewCombineWork()
189 work.status.CheckInFragmentNo(inPacketInfo.GetFragNo()); in CreateNewCombineWork()
227 if (inPacketInfo.GetFragNo() >= inPacketInfo.GetFragCount()) { in CheckPacketWithOriWork()
228 …iner][CheckPacket] FragNo=%" PRIu32 " illegal vs FragCount=%" PRIu32 ".", inPacketInfo.GetFragNo(), in CheckPacketWithOriWork()
232 if (inWork.status.IsFragNoAlreadyExist(inPacketInfo.GetFragNo())) { in CheckPacketWithOriWork()
233 LOGE("[Combiner][CheckPacket] FragNo=%" PRIu32 " already exist.", inPacketInfo.GetFragNo()); in CheckPacketWithOriWork()
H A Dprotocol_proto.cpp326 uint16_t fragNo = inResult.GetFragNo(); in AnalyzeSplitStructure()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h123 uint16_t GetFragNo() const in GetFragNo() function