Searched refs:GetAppSchema (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_server.cpp | 38 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 D | cloud_server.h | 33 virtual std::pair<int32_t, SchemaMeta> GetAppSchema(int32_t userId, const std::string &bundleName);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.h | 40 std::pair<int32_t, DBSchemaMeta> GetAppSchema(int32_t userId, const std::string &bundleName) override;
|
H A D | cloud_server_impl.cpp | 122 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 D | cloud_test.cpp | 424 cloudServer.GetAppSchema(userId, bundleName); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 27 GetAppBriefInfo, GetAppSchema, GetServiceInfo, Subscribe, Unsubscribe, 851 let function_number = GetAppSchema as u32;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 137 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 D | cloud_extension_stub.js | 54 h[h["GetAppSchema"] = 5] = "GetAppSchema"; 104 case h.GetAppSchema:
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.cpp | 831 std::tie(status, schemaMeta) = instance->GetAppSchema(user, bundleName); in GetAppSchemaFromServer()
|
Completed in 12 milliseconds