Home
last modified time | relevance | path

Searched refs:cloudDBs (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp568 const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs = syncer.GetCloudDB(); in CheckSyncOption() local
569 if (cloudDBs.empty()) { in CheckSyncOption()
579 if (cloudDBs.find(user) == cloudDBs.end()) { in CheckSyncOption()
617 int SyncAbleKvDB::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
624 int errCode = syncer->SetCloudDB(cloudDBs); in SetCloudDB()
H A Dsync_able_kvdb_connection.h44 int SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) override;
H A Dsync_able_kvdb_connection.cpp362 …yncAbleKvDBConnection::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
368 return kvDB->SetCloudDB(cloudDBs); in SetCloudDB()
H A Dsync_able_kvdb.h107 int SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs);
H A Dgeneric_kvdb_connection.h88 int SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) override;
H A Dgeneric_kvdb_connection.cpp387 …ction::SetCloudDB([[gnu::unused]] const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.h105 int SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) override;
H A Drd_single_ver_natural_store_connection.cpp801 …aturalStoreConnection::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp35 int CloudDBProxy::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
38 for (const auto &item : cloudDBs) { in SetCloudDB()
44 cloudDbs_ = cloudDBs; in SetCloudDB()
H A Dcloud_db_proxy.h35 int SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs);
H A Dcloud_syncer_extend.cpp469 auto cloudDBs = cloudDB_.GetCloudDB(); in GenerateCompensatedSync() local
470 for (auto &[user, cloudDb] : cloudDBs) { in GenerateCompensatedSync()
604 int CloudSyncer::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
606 return cloudDB_.SetCloudDB(cloudDBs); in SetCloudDB()
H A Dcloud_syncer.h75 int SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_connection.h145 virtual int SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.h96 DBStatus SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs);
H A Dkv_store_nb_delegate_mock.cpp264 …KvStoreNbDelegateMock::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
H A Ddb_store_mock.h103 DBStatus SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) override;
H A Ddb_store_mock.cpp325 DBStatus DBStoreMock::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp1115 …KvStoreNbDelegateImpl::SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) in SetCloudDB() argument
1121 if (cloudDBs.empty()) { in SetCloudDB()
1125 return TransferDBErrno(conn_->SetCloudDB(cloudDBs)); in SetCloudDB()
H A Dkv_store_nb_delegate_impl.h166 DBStatus SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h250 … virtual DBStatus SetCloudDB(const std::map<std::string, std::shared_ptr<ICloudDb>> &cloudDBs) = 0;