Searched refs:ListType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | kv_store_observer_impl.h | 25 enum ListType { enum 55 …void WaitUntilReachRecordCount(unsigned int countExpect, ListType waitWhat, uint32_t timeout = 0) …
|
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/src/ |
H A D | distributeddb_nb_batch_crud_test.cpp | 766 …EXPECT_TRUE(VerifyObserverResult(observer1, CHANGED_ONE_TIME, ListType::INSERT_LIST, observerCallb… 769 …EXPECT_TRUE(VerifyObserverResult(observer2, CHANGED_ONE_TIME, ListType::INSERT_LIST, observerCallb… 783 …EXPECT_TRUE(VerifyObserverResult(observer2, CHANGED_ONE_TIME, ListType::UPDATE_LIST, observerCallb… 786 …EXPECT_TRUE(VerifyObserverResult(observer3, CHANGED_ONE_TIME, ListType::INSERT_LIST, observerCallb… 835 …EXPECT_TRUE(VerifyObserverResult(observer1, CHANGED_ONE_TIME, ListType::DELETE_LIST, observerCallb… 838 …EXPECT_TRUE(VerifyObserverResult(observer2, CHANGED_ONE_TIME, ListType::DELETE_LIST, observerCallb… 881 …EXPECT_TRUE(VerifyObserverResult(observer1, CHANGED_ONE_TIME, ListType::INSERT_LIST, observerCallb… 884 …EXPECT_TRUE(VerifyObserverResult(observer2, CHANGED_ONE_TIME, ListType::INSERT_LIST, observerCallb… 898 …EXPECT_TRUE(VerifyObserverResult(observer2, CHANGED_ONE_TIME, ListType::UPDATE_LIST, observerCallb… 901 …EXPECT_TRUE(VerifyObserverResult(observer3, CHANGED_ONE_TIME, ListType::INSERT_LIST, observerCallb… [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | kv_store_observer_impl.cpp | 130 void KvStoreObserverImpl::WaitUntilReachRecordCount(unsigned int countExpect, ListType waitWhat, ui… in WaitUntilReachRecordCount()
|
H A D | distributed_test_tools.cpp | 1893 int changedTimes, ListType type, const list<Entry> &lst, uint32_t timeout) 1937 bool VerifyObserverResult(const KvStoreObserverImpl &pObserver, int changedTimes, ListType type, 1945 int changedTimes, ListType type, const vector<Entry> &expectEntry, uint32_t timeout)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 137 template<typename ListType, typename ValueType> 138 auto Find(ListType& list, const ValueType& value) in Find()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 135 template<typename ListType, typename ValueType> 136 inline auto Find(ListType&& list, ValueType&& value) in Find() 141 template<typename ListType, typename Predicate> 142 inline auto FindIf(ListType&& list, Predicate&& pred) in FindIf()
|