Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Dkv_store_observer_impl.cpp38 cumulatedDeleteList_.push_back(entry); in OnChange()
71 cumulatedDeleteList_ = other.cumulatedDeleteList_; in KvStoreObserverImpl()
85 cumulatedDeleteList_ = other.cumulatedDeleteList_; in operator =()
158 if (countExpect == 0 || cumulatedDeleteList_.size() >= countExpect) { in WaitUntilReachRecordCount()
164 this->cumulatedDeleteList_.size(), countExpect); in WaitUntilReachRecordCount()
165 return this->cumulatedDeleteList_.size() >= countExpect; in WaitUntilReachRecordCount()
195 cumulatedDeleteList_.clear(); in Clear()
220 return cumulatedDeleteList_; in GetCumulatedDeleteList()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Dkv_store_observer_impl.h81 std::list<DistributedDB::Entry> cumulatedDeleteList_ = {}; variable