Home
last modified time | relevance | path

Searched refs:inWork (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp215 …l FrameCombiner::CheckPacketWithOriWork(const ParseResult &inPacketInfo, const CombineWork &inWork) in CheckPacketWithOriWork() argument
217 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dframe_combiner.h65 bool CheckPacketWithOriWork(const ParseResult &inPacketInfo, const CombineWork &inWork);