Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcombine_status.h41 bool IsCombineDone() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcombine_status.cpp77 bool CombineStatus::IsCombineDone() const in IsCombineDone() function in DistributedDB::CombineStatus
H A Dframe_combiner.cpp76 if (combineWorkPool_[sourceId][frameId].status.IsCombineDone()) { in AssembleFrameFragment()