Searched refs:inWork (Results 1 – 2 of 2) sorted by relevance
215 …l FrameCombiner::CheckPacketWithOriWork(const ParseResult &inPacketInfo, const CombineWork &inWork) in CheckPacketWithOriWork() argument217 if (inPacketInfo.GetFrameLen() != inWork.frameInfo.GetFrameLen()) { in CheckPacketWithOriWork()219 inWork.frameInfo.GetFrameLen()); in CheckPacketWithOriWork()222 if (inPacketInfo.GetFragCount() != inWork.frameInfo.GetFragCount()) { in CheckPacketWithOriWork()224 inWork.frameInfo.GetFragCount()); in CheckPacketWithOriWork()232 if (inWork.status.IsFragNoAlreadyExist(inPacketInfo.GetFragNo())) { in CheckPacketWithOriWork()
65 bool CheckPacketWithOriWork(const ParseResult &inPacketInfo, const CombineWork &inWork);