Home
last modified time | relevance | path

Searched refs:TestCloudSyncer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_upload_test.cpp161 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
220 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
257 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
294 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
329 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
379 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
435 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
500 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
559 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
621 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
[all …]
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp66 TestCloudSyncer cloudSyncer(storageProxy);
98 TestCloudSyncer cloudSyncer2(storageProxy);
126 TestCloudSyncer cloudSyncer3(storageProxy);
155 TestCloudSyncer cloudSyncer4(storageProxy);
183 TestCloudSyncer cloudSyncer5(storageProxy);
233 TestCloudSyncer cloudSyncer(storageProxy);
274 TestCloudSyncer cloudSyncer(storageProxy);
308 auto cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
337 auto cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy);
H A Dcloud_syncer_test.h44 class TestCloudSyncer : public CloudSyncer {
46 …explicit TestCloudSyncer(std::shared_ptr<DistributedDB::TestStorageProxy> storageProxy) : CloudSyn… in TestCloudSyncer() function
49 ~TestCloudSyncer() override = default;
50 DISABLE_COPY_ASSIGN_MOVE(TestCloudSyncer);
H A Ddistributeddb_cloud_syncer_download_test.cpp46 TestCloudSyncer *g_cloudSyncer = nullptr;
52 g_cloudSyncer = new(std::nothrow) TestCloudSyncer(g_storageProxy); in SetUpTestCase()
H A Ddistributeddb_cloud_asset_compare_test.cpp50 std::shared_ptr<TestCloudSyncer> g_cloudSyncer = nullptr;
207 g_cloudSyncer = std::make_shared<TestCloudSyncer>(g_storageProxy); in SetUp()