Searched defs:storageProxy (Results 1 – 6 of 6) sorted by relevance
65 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable124 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable182 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable232 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable273 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable307 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable334 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable
160 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable219 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable256 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable293 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable328 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable378 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable434 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable499 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable558 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable620 std::shared_ptr<TestStorageProxy> storageProxy = std::make_shared<TestStorageProxy>(iCloud); variable[all …]
19 VirtualCloudSyncer::VirtualCloudSyncer(std::shared_ptr<StorageProxy> storageProxy) in VirtualCloudSyncer()
46 …explicit TestCloudSyncer(std::shared_ptr<DistributedDB::TestStorageProxy> storageProxy) : CloudSyn… in TestCloudSyncer()
269 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in GetInfoByPrimaryKeyOrGidTest() local460 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in VbucketWithoutPrimaryDataTest() local537 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in PrimaryKeyCollateTest() local840 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in SaveCloudDataTest() local1064 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable1097 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable1149 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable1183 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable1243 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); in DeleteWithPkTest() local1386 std::shared_ptr<StorageProxy> storageProxy = GetStorageProxy(g_cloudStore); variable
38 … std::shared_ptr<StorageProxy> storageProxy, bool isKvScene, SingleVerConflictResolvePolicy policy) in CloudSyncer()