/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_syncer_device_manager_test.cpp | 90 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 91 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 92 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_dlp_test.cpp | 150 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 151 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 152 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_multi_user_test.cpp | 131 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 132 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 133 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_p2p_permission_sync_test.cpp | 108 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 109 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 110 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_relational_multi_user_test.cpp | 476 …VirtualRelationalVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualRelationalVerSyncD… in SetUp() local 477 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 478 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_multi_sub_user_test.cpp | 247 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 248 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 249 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 239 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 240 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 241 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp() 1486 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… variable 1487 ASSERT_TRUE(syncInterfaceB != nullptr); 1488 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK);
|
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 159 …VirtualMultiVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualMultiVerSyncDBInterface; in SetUp() local 160 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 161 ASSERT_EQ(syncInterfaceB->Initialize(DEVICE_B), E_OK); in SetUp() 162 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_p2p_subscribe_sync_test.cpp | 150 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 151 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 152 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 151 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 152 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 153 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_single_ver_p2p_simple_sync_test.cpp | 134 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUp() local 135 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 136 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 861 auto *syncInterfaceB = new (std::nothrow) VirtualRelationalVerSyncDBInterface(); in SetUp() local 864 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 867 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/ |
H A D | sync_fuzzer.cpp | 71 …VirtualSingleVerSyncDBInterface *syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterfa… in SetUpTestcase() local 72 if (syncInterfaceB == nullptr) { in SetUpTestcase() 75 g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB); in SetUpTestcase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_syncer_test.cpp | 122 auto syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterface(); in SetUp() local 123 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 124 ASSERT_EQ(deviceB_->Initialize(communicatorAggregator_, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_cloud_kv_test.cpp | 123 auto syncInterfaceB = new (std::nothrow) VirtualSingleVerSyncDBInterface(); in SetUp() local 124 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 125 ASSERT_EQ(deviceB_->Initialize(communicatorAggregator_, syncInterfaceB), E_OK); in SetUp()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 177 auto *syncInterfaceB = new (std::nothrow) VirtualRelationalVerSyncDBInterface(); in SetUp() local 178 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 179 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|
H A D | distributeddb_interfaces_relational_test.cpp | 160 auto *syncInterfaceB = new (std::nothrow) VirtualRelationalVerSyncDBInterface(); in SetUp() local 161 ASSERT_TRUE(syncInterfaceB != nullptr); in SetUp() 162 ASSERT_EQ(g_deviceB->Initialize(g_communicatorAggregator, syncInterfaceB), E_OK); in SetUp()
|