Home
last modified time | relevance | path

Searched refs:CloudServerImpl (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp32 DistributedData::CloudServer::RegisterCloudInstance(new (std::nothrow) CloudServerImpl());
36 DBCloudInfo CloudServerImpl::GetServerInfo(int32_t userId, bool needSpaceInfo) in GetServerInfo()
85 void CloudServerImpl::GetAppInfo(std::shared_ptr<OhCloudExtHashMap> briefInfo, DBCloudInfo &cloudInfo) in GetAppInfo()
122 std::pair<int32_t, DBSchemaMeta> CloudServerImpl::GetAppSchema(int32_t userId, const std::string &bundleName) in GetAppSchema()
158 void CloudServerImpl::GetDatabases(std::shared_ptr<OhCloudExtVector> databases, DBSchemaMeta &dbSchema) in GetDatabases()
203 void CloudServerImpl::GetTables(std::shared_ptr<OhCloudExtHashMap> tables, DBMeta &dbMeta) in GetTables()
244 void CloudServerImpl::GetTableInfo(std::shared_ptr<OhCloudExtTable> pTable, DBTable &dbTable) in GetTableInfo()
262 void CloudServerImpl::GetFields(std::shared_ptr<OhCloudExtVector> fields, DBTable &dbTable) in GetFields()
307 int32_t CloudServerImpl::Subscribe(int32_t userId, const std::map<std::string, std::vector<DBMeta>> &dbs) in Subscribe()
349 int32_t CloudServerImpl
[all...]
H A Dcloud_server_impl.h37 class CloudServerImpl : public DistributedData::CloudServer { class

Completed in 4 milliseconds