Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dframe_combiner.h65 bool CheckPacketWithOriWork(const ParseResult &inPacketInfo, const CombineWork &inWork);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp131 if (!CheckPacketWithOriWork(inPacketInfo, oriWork)) { in ContinueExistCombineWork()
215 bool FrameCombiner::CheckPacketWithOriWork(const ParseResult &inPacketInfo, const CombineWork &inWo… in CheckPacketWithOriWork() function in DistributedDB::FrameCombiner