Searched refs:GetFragNo (Results 1 – 3 of 3) sorted by relevance
136 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()
326 uint16_t fragNo = inResult.GetFragNo(); in AnalyzeSplitStructure()
123 uint16_t GetFragNo() const in GetFragNo() function