Home
last modified time | relevance | path

Searched refs:storageProxy (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp66 TestCloudSyncer cloudSyncer(storageProxy);
98 TestCloudSyncer cloudSyncer2(storageProxy);
110 storageProxy.reset();
126 TestCloudSyncer cloudSyncer3(storageProxy);
167 storageProxy.reset();
216 storageProxy.reset();
233 TestCloudSyncer cloudSyncer(storageProxy);
257 storageProxy.reset();
291 storageProxy.reset();
320 storageProxy.reset();
[all …]
H A Ddistributeddb_cloud_syncer_upload_test.cpp204 storageProxy.reset();
242 storageProxy.reset();
278 storageProxy.reset();
313 storageProxy.reset();
363 storageProxy.reset();
419 storageProxy.reset();
484 storageProxy.reset();
542 storageProxy.reset();
604 storageProxy.reset();
655 storageProxy.reset();
[all …]
H A Dvirtual_cloud_syncer.cpp19 VirtualCloudSyncer::VirtualCloudSyncer(std::shared_ptr<StorageProxy> storageProxy) in VirtualCloudSyncer() argument
20 : CloudSyncer(storageProxy) in VirtualCloudSyncer()
H A Dvirtual_cloud_syncer.h22 explicit VirtualCloudSyncer(std::shared_ptr<StorageProxy> storageProxy);
H A Dcloud_syncer_test.h46 …udSyncer(std::shared_ptr<DistributedDB::TestStorageProxy> storageProxy) : CloudSyncer(storageProxy) in TestCloudSyncer() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp270 ASSERT_NE(storageProxy, nullptr); in GetInfoByPrimaryKeyOrGidTest()
307 EXPECT_EQ(storageProxy->Commit(), E_OK); in GetInfoByPrimaryKeyOrGidTest()
461 ASSERT_NE(storageProxy, nullptr); in VbucketWithoutPrimaryDataTest()
538 ASSERT_NE(storageProxy, nullptr); in PrimaryKeyCollateTest()
841 ASSERT_NE(storageProxy, nullptr); in SaveCloudDataTest()
1065 ASSERT_NE(storageProxy, nullptr);
1098 ASSERT_NE(storageProxy, nullptr);
1150 ASSERT_NE(storageProxy, nullptr);
1184 ASSERT_NE(storageProxy, nullptr);
1244 ASSERT_NE(storageProxy, nullptr); in DeleteWithPkTest()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h43 explicit CloudSyncer(std::shared_ptr<StorageProxy> storageProxy, bool isKvScene = false,
H A Dcloud_syncer.cpp38 … std::shared_ptr<StorageProxy> storageProxy, bool isKvScene, SingleVerConflictResolvePolicy policy) in CloudSyncer() argument
40 storageProxy_(std::move(storageProxy)), in CloudSyncer()