/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_observer_test.cpp | 106 RelationalStoreObserverUnitTest *observer1 = new (std::nothrow) RelationalStoreObserverUnitTest(); in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/ |
H A D | dataobs_mgr_inner_ext_test.cpp | 739 sptr<MockDataAbilityObserverStub> observer1 = (new (std::nothrow) MockDataAbilityObserverStub()); HWTEST_F() local 779 sptr<MockDataAbilityObserverStub> observer1 = (new (std::nothrow) MockDataAbilityObserverStub()); HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | local_subscribe_store_test.cpp | 265 auto observer1 = std::make_shared<KvStoreObserverUnitTest>(); in HWTEST_F() local 804 auto observer1 = std::make_shared<KvStoreObserverUnitTest>(); in HWTEST_F() local [all...] |
H A D | local_subscribe_device_store_test.cpp | 252 auto observer1 = std::make_shared<DeviceObserverTest>(); in HWTEST_F() local 792 auto observer1 = std::make_shared<DeviceObserverTest>(); in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_local_batch_crud_test.cpp | 650 KvStoreObserverImpl observer1, observer2, observer3; in HWTEST_F() local 704 KvStoreObserverImpl observer1, observer2, observer3; in HWTEST_F() local 755 KvStoreObserverImpl observer1, observer2, observer3; HWTEST_F() local 816 KvStoreObserverImpl observer1, observer2, observer3; HWTEST_F() local [all...] |
H A D | distributeddb_kv_observer_test.cpp | 203 KvStoreObserverImpl observer1, observer2; in HWTEST_F() local 430 KvStoreObserverImpl observer1; HWTEST_F() local 477 KvStoreObserverImpl observer1; HWTEST_F() local 852 KvObserverVerifyInsert(KvStoreDelegate *&delegate1, KvStoreDelegate *&delegate2, KvStoreObserverImpl &observer1, KvStoreObserverImpl &observer2) KvObserverVerifyInsert() argument 894 KvObserverVerifyUpdateAndDelete(KvStoreDelegate *&delegate1, KvStoreDelegate *&delegate2, KvStoreObserverImpl &observer1, KvStoreObserverImpl &observer2, vector<Entry> &entriesBatch) KvObserverVerifyUpdateAndDelete() argument 960 KvStoreObserverImpl observer1, observer2; HWTEST_F() local 1018 KvObserverVerifyTransactionCommit(KvStoreObserverImpl &observer1, KvStoreDelegate *&delegate1, KvStoreDelegateManager *&transactionManager1) KvObserverVerifyTransactionCommit() argument 1115 KvStoreObserverImpl observer1; HWTEST_F() local [all...] |
H A D | distributeddb_kv_observer_snap_test.cpp | 204 KvStoreObserverImpl observer1, observer2; in HWTEST_F() local 431 KvStoreObserverImpl observer1; HWTEST_F() local 486 KvStoreObserverImpl observer1; HWTEST_F() local 994 KvStoreObserverImpl observer1, observer2; HWTEST_F() local 1063 ObserverSnapVerifyTransactionCommit(KvStoreDelegate *&delegate1, KvStoreObserverImpl &observer1) ObserverSnapVerifyTransactionCommit() argument 1160 KvStoreObserverImpl observer1; HWTEST_F() local [all...] |
H A D | distributeddb_kv_batch_crud_test.cpp | 805 KvStoreObserverSnapImpl observer1; in HWTEST_F() local 842 void RegisterSnapAgainAndCheck1(KvStoreObserverSnapImpl &observer1, KvStoreSnapshotDelegate *&snap1, in RegisterSnapAgainAndCheck1() argument 1054 KvStoreObserverSnapImpl observer1, observer2, observer3, observer4, observer5, observer6, observer7, observer8; in HWTEST_F() local
|
H A D | distributeddb_nb_observer_test.cpp | 697 KvStoreObserverImpl observer1, observer2, observer3, observer4, observer; in HWTEST_F() local 744 KvStoreObserverImpl observer1, observer2, observer3, observer4, observer5, observer6; HWTEST_F() local [all...] |
H A D | distributeddb_nb_batch_crud_test.cpp | 742 KvStoreObserverImpl observer1, observer2, observer3; in HWTEST_F() local 798 KvStoreObserverImpl observer1, observer2, observer3; in HWTEST_F() local 852 KvStoreObserverImpl observer1, observer2, observer3; HWTEST_F() local 913 KvStoreObserverImpl observer1, observer2; HWTEST_F() local 2242 KvStoreObserverImpl observer1, observer2; HWTEST_F() local 2321 KvStoreObserverImpl observer1, observer2; HWTEST_F() local 2374 KvStoreObserverImpl observer1, observer2, observer3, observer4; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_test.cpp | 1224 Rdb_DataObserver observer1 = { nullptr, { callback1 } }; in HWTEST_F() local 1262 Rdb_DataObserver observer1 = { nullptr, { callback1 } }; in HWTEST_F() local 1426 Rdb_DataObserver observer1 = { nullptr, { callback1 } }; in HWTEST_F() local 1475 Rdb_DataObserver observer1 in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 2644 sptr<IConfigurationObserver> observer1; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 983 auto observer1 = new (std::nothrow) RelationalStoreObserverUnitTest(); in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 786 static void ReleaseForObserver007(RelationalStoreDelegate *rdb1, RelationalStoreObserverUnitTest *observer1, in ReleaseForObserver007() argument 1904 auto observer1 = new (std::nothrow) RelationalStoreObserverUnitTest(); in HWTEST_F() local 1925 void RegisterNewObserver(RelationalStoreDelegate *rdb1, RelationalStoreObserverUnitTest *observer1, in RegisterNewObserver() argument 2017 auto observer1 = new (std::nothrow) RelationalStoreObserverUnitTest(); HWTEST_F() local [all...] |