Home
last modified time | relevance | path

Searched defs:cloudSyncer (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_upload_test.cpp161 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
220 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
257 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
294 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
329 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
379 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
435 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
500 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
559 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
621 TestCloudSyncer *cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
[all …]
H A Ddistributeddb_cloud_db_proxy_test.cpp77 DBStatus Sync(CloudSyncer *cloudSyncer, int &callCount) in Sync()
302 auto cloudSyncer = new(std::nothrow) VirtualCloudSyncer(StorageProxy::GetCloudDb(iCloud.get())); variable
394 auto cloudSyncer = new(std::nothrow) VirtualCloudSyncer(StorageProxy::GetCloudDb(iCloud.get())); variable
637 auto cloudSyncer = new(std::nothrow) VirtualCloudSyncer(StorageProxy::GetCloudDb(iCloud.get())); variable
677 auto cloudSyncer = new(std::nothrow) VirtualCloudSyncer(StorageProxy::GetCloudDb(iCloud.get())); variable
716 auto cloudSyncer = new(std::nothrow) VirtualCloudSyncer(StorageProxy::GetCloudDb(iCloud.get())); variable
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp308 auto cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
337 auto cloudSyncer = new(std::nothrow) TestCloudSyncer(storageProxy); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp644 auto cloudSyncer = GetAndIncCloudSyncer(); in GetTaskCount() local
668 auto cloudSyncer = GetAndIncCloudSyncer(); in SetGenCloudVersionCallback() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp179 void MetaDataManager::SetCloudSyncer(const CloudSyncer &cloudSyncer) in SetCloudSyncer()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp336 auto cloudSyncer = [this]() { in SetCloudSyncer() local