Home
last modified time | relevance | path

Searched refs:SetCloudSyncConfig (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.h66 int SetCloudSyncConfig(const CloudSyncConfig &config) override;
H A Dsqlite_relational_store_connection.cpp423 int SQLiteRelationalStoreConnection::SetCloudSyncConfig(const CloudSyncConfig &config) in SetCloudSyncConfig() function in DistributedDB::SQLiteRelationalStoreConnection
430 return store->SetCloudSyncConfig(config); in SetCloudSyncConfig()
H A Dsqlite_relational_store.h108 int SetCloudSyncConfig(const CloudSyncConfig &config);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.h83 DBStatus SetCloudSyncConfig(const CloudSyncConfig &config) override;
H A Drelational_store_delegate_impl.cpp442 DBStatus RelationalStoreDelegateImpl::SetCloudSyncConfig(const CloudSyncConfig &config) in SetCloudSyncConfig() function in DistributedDB::RelationalStoreDelegateImpl
451 int errCode = conn_->SetCloudSyncConfig(config); in SetCloudSyncConfig()
H A Drelational_sync_able_storage.h223 void SetCloudSyncConfig(const CloudSyncConfig &config);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h82 virtual int SetCloudSyncConfig(const CloudSyncConfig &config) = 0;
H A Dikvdb_connection.h165 virtual int SetCloudSyncConfig(const CloudSyncConfig &config) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h102 DB_API virtual DBStatus SetCloudSyncConfig(const CloudSyncConfig &config) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.h108 int SetCloudSyncConfig(const CloudSyncConfig &config) override;
H A Dgeneric_kvdb_connection.cpp440 int GenericKvDBConnection::SetCloudSyncConfig(const CloudSyncConfig &config) in SetCloudSyncConfig() function in DistributedDB::GenericKvDBConnection
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h94 void SetCloudSyncConfig(const CloudSyncConfig &config);
H A Dsqlite_single_ver_natural_store_extend.cpp643 int SQLiteSingleVerNaturalStore::SetCloudSyncConfig(const CloudSyncConfig &config) in SetCloudSyncConfig() function in DistributedDB::SQLiteSingleVerNaturalStore
650 sqliteCloudKvStore_->SetCloudSyncConfig(config); in SetCloudSyncConfig()
H A Dsqlite_single_ver_natural_store_connection.h119 int SetCloudSyncConfig(const CloudSyncConfig &config) override;
H A Dsqlite_single_ver_natural_store.h221 int SetCloudSyncConfig(const CloudSyncConfig &config);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp1298 kvDelegatePtrS1_->SetCloudSyncConfig(config);
2840 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), INVALID_ARGS);
2843 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), INVALID_ARGS);
2846 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), OK);
2854 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), INVALID_ARGS);
2857 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), INVALID_ARGS);
2860 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), OK);
2868 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), INVALID_ARGS);
2871 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), OK);
2879 EXPECT_EQ(kvDelegatePtrS1_->SetCloudSyncConfig(config), DB_ERROR);
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp999 g_delegate->SetCloudSyncConfig(config);
1610 g_delegate->SetCloudSyncConfig(config);
1687 g_delegate->SetCloudSyncConfig(config);
1813 g_delegate->SetCloudSyncConfig(config);
2284 g_delegate->SetCloudSyncConfig(config);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.h105 DBStatus SetCloudSyncConfig(const CloudSyncConfig &config);
H A Dkv_store_nb_delegate_mock.cpp314 DBStatus KvStoreNbDelegateMock::SetCloudSyncConfig(const CloudSyncConfig &config) in SetCloudSyncConfig() function in DistributedDB::KvStoreNbDelegateMock
H A Ddb_store_mock.h110 DBStatus SetCloudSyncConfig(const CloudSyncConfig &config) override;
H A Ddb_store_mock.cpp360 DBStatus DBStoreMock::SetCloudSyncConfig(const CloudSyncConfig &config) in SetCloudSyncConfig() function in OHOS::DistributedData::DBStoreMock
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
H A Dcloudsync_fuzzer.cpp474 delegate_->SetCloudSyncConfig(config); in DataChangeSync()
475 kvDelegatePtrS1_->SetCloudSyncConfig(config); in DataChangeSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h276 DB_API virtual DBStatus SetCloudSyncConfig(const CloudSyncConfig &config) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.h182 DBStatus SetCloudSyncConfig(const CloudSyncConfig &config) override;
H A Dkv_store_nb_delegate_impl.cpp1229 DBStatus KvStoreNbDelegateImpl::SetCloudSyncConfig(const CloudSyncConfig &config) in SetCloudSyncConfig() function in DistributedDB::KvStoreNbDelegateImpl
1238 int errCode = conn_->SetCloudSyncConfig(config); in SetCloudSyncConfig()

12