Home
last modified time | relevance | path

Searched defs:storageProxy (Results 1 – 6 of 6) 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.cpp65 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
124 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
182 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
232 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
273 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
307 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
334 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
H A Ddistributeddb_cloud_syncer_upload_test.cpp160 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
219 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
256 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
293 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
328 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
378 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
434 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
499 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
558 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
620 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
[all …]
H A Dvirtual_cloud_syncer.cpp19 VirtualCloudSyncer::VirtualCloudSyncer(std::shared_ptr<StorageProxy> storageProxy) in VirtualCloudSyncer()
H A Dcloud_syncer_test.h46 …explicit TestCloudSyncer(std::shared_ptr<DistributedDB::TestStorageProxy> storageProxy) : CloudSyn… in TestCloudSyncer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp269 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in GetInfoByPrimaryKeyOrGidTest() local
460 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in VbucketWithoutPrimaryDataTest() local
537 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in PrimaryKeyCollateTest() local
840 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in SaveCloudDataTest() local
1064 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable
1097 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable
1149 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable
1183 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable
1243 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in DeleteWithPkTest() local
1386 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp38std::shared_ptr<StorageProxy> storageProxy, bool isKvScene, SingleVerConflictResolvePolicy policy) in CloudSyncer()