Home
last modified time | relevance | path

Searched refs:GetCloudSyncConfig (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dmock_icloud_sync_storage_interface.h53 MOCK_CONST_METHOD0(GetCloudSyncConfig, CloudSyncConfig());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h96 CloudSyncConfig GetCloudSyncConfig() const override;
H A Dsqlite_cloud_kv_store.cpp214 …int errCode = SqliteCloudKvExecutorUtils::GetCloudData(GetCloudSyncConfig(), {db, isMemory}, recor… in GetCloudDataNext()
530 CloudSyncConfig SqliteCloudKvStore::GetCloudSyncConfig() const in GetCloudSyncConfig() function in DistributedDB::SqliteCloudKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h150 CloudSyncConfig GetCloudSyncConfig() const;
H A Dicloud_sync_storage_interface.h220 virtual CloudSyncConfig GetCloudSyncConfig() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp658 CloudSyncConfig StorageProxy::GetCloudSyncConfig() const in GetCloudSyncConfig() function in DistributedDB::StorageProxy
664 return store_->GetCloudSyncConfig(); in GetCloudSyncConfig()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h221 CloudSyncConfig GetCloudSyncConfig() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp253 CloudSyncConfig cfg = proxyObj.GetCloudSyncConfig();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1138 auto config = GetCloudSyncConfig(); in GetCloudDataNext()
2101 CloudSyncConfig RelationalSyncAbleStorage::GetCloudSyncConfig() const in GetCloudSyncConfig() function in DistributedDB::RelationalSyncAbleStorage
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp1081 auto config = storageProxy_->GetCloudSyncConfig(); in SyncMachineDoRepeatCheck()