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 D | distributeddb_cloud_syncer_progress_manager_test.cpp | 66 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 D | distributeddb_cloud_syncer_upload_test.cpp | 204 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 D | virtual_cloud_syncer.cpp | 19 VirtualCloudSyncer::VirtualCloudSyncer(std::shared_ptr<StorageProxy> storageProxy) in VirtualCloudSyncer() argument 20 : CloudSyncer(storageProxy) in VirtualCloudSyncer()
|
H A D | virtual_cloud_syncer.h | 22 explicit VirtualCloudSyncer(std::shared_ptr<StorageProxy> storageProxy);
|
H A D | cloud_syncer_test.h | 46 …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 D | distributeddb_cloud_save_cloud_data_test.cpp | 270 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 D | cloud_syncer.h | 43 explicit CloudSyncer(std::shared_ptr<StorageProxy> storageProxy, bool isKvScene = false,
|
H A D | cloud_syncer.cpp | 38 … std::shared_ptr<StorageProxy> storageProxy, bool isKvScene, SingleVerConflictResolvePolicy policy) in CloudSyncer() argument 40 storageProxy_(std::move(storageProxy)), in CloudSyncer()
|