Home
last modified time | relevance | path

Searched refs:GetAppSchema (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_server.cpp38 std::pair<int32_t, SchemaMeta> CloudServer::GetAppSchema(int32_t userId, const std::string &bundleName) in GetAppSchema() function in OHOS::DistributedData::CloudServer
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_server.h33 virtual std::pair<int32_t, SchemaMeta> GetAppSchema(int32_t userId, const std::string &bundleName);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.h40 std::pair<int32_t, DBSchemaMeta> GetAppSchema(int32_t userId, const std::string &bundleName) override;
H A Dcloud_server_impl.cpp122 std::pair<int32_t, DBSchemaMeta> CloudServerImpl::GetAppSchema(int32_t userId, const std::string &bundleName) in GetAppSchema() function in OHOS::CloudData::CloudServerImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp424 cloudServer.GetAppSchema(userId, bundleName); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs27 GetAppBriefInfo, GetAppSchema, GetServiceInfo, Subscribe, Unsubscribe,
851 let function_number = GetAppSchema as u32;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp137 std::pair<int32_t, SchemaMeta> GetAppSchema(int32_t userId, const std::string &bundleName) override;
163 std::pair<int32_t, SchemaMeta> CloudServerMock::GetAppSchema(int32_t userId, const std::string &bundleName) in GetAppSchema() function in OHOS::Test::DistributedDataTest::CloudServerMock
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js54 h[h["GetAppSchema"] = 5] = "GetAppSchema";
104 case h.GetAppSchema:
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp831 std::tie(status, schemaMeta) = instance->GetAppSchema(user, bundleName); in GetAppSchemaFromServer()

Completed in 12 milliseconds