Home
last modified time | relevance | path

Searched refs:GetCloudDB (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.h37 const std::map<std::string, std::shared_ptr<ICloudDb>> GetCloudDB() const;
H A Dcloud_syncer.h77 const std::map<std::string, std::shared_ptr<ICloudDb>> GetCloudDB() const;
H A Dcloud_db_proxy.cpp48 const std::map<std::string, std::shared_ptr<ICloudDb>> CloudDBProxy::GetCloudDB() const in GetCloudDB() function in DistributedDB::CloudDBProxy
H A Dcloud_syncer.cpp102 const std::map<std::string, std::shared_ptr<ICloudDb>> CloudSyncer::GetCloudDB() const in GetCloudDB() function in DistributedDB::CloudSyncer
104 return cloudDB_.GetCloudDB(); in GetCloudDB()
H A Dcloud_syncer_extend.cpp469 auto cloudDBs = cloudDB_.GetCloudDB(); in GenerateCompensatedSync()
/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()