Searched refs:TestCloudSyncer (Results 1 – 5 of 5) sorted by relevance
161 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 …]
66 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);
44 class TestCloudSyncer : public CloudSyncer {46 …explicit TestCloudSyncer(std::shared_ptr<DistributedDB::TestStorageProxy> storageProxy) : CloudSyn… in TestCloudSyncer() function49 ~TestCloudSyncer() override = default;50 DISABLE_COPY_ASSIGN_MOVE(TestCloudSyncer);
46 TestCloudSyncer *g_cloudSyncer = nullptr;52 g_cloudSyncer = new(std::nothrow) TestCloudSyncer(g_storageProxy); in SetUpTestCase()
50 std::shared_ptr<TestCloudSyncer> g_cloudSyncer = nullptr;207 g_cloudSyncer = std::make_shared<TestCloudSyncer>(g_storageProxy); in SetUp()