Searched refs:changedTimes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 428 int changedTimes, ListType type, const std::list<DistributedDB::Entry> &lst, 431 int changedTimes, ListType type, const std::vector<DistributedDB::Entry> &vec, 434 int changedTimes, ListType type, const std::vector<DistributedDB::Entry> &expectEntry,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 1893 int changedTimes, ListType type, const list<Entry> &lst, uint32_t timeout) argument 1901 pObserver.WaitUntilReachChangeCount(changedTimes, timeout); 1937 bool VerifyObserverResult(const KvStoreObserverImpl &pObserver, int changedTimes, ListType type, argument 1941 return VerifyObserverResult(pObserver, changedTimes, type, entriesList, timeout); 1945 int changedTimes, ListType type, const vector<Entry> &expectEntry, uint32_t timeout) argument 1953 pObserver.WaitUntilReachChangeCount(changedTimes, timeout);
|