Home
last modified time | relevance | path

Searched defs:GetAppSchema (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Dfunction.rs38 GetAppSchema, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
Dcloud_server.cpp38 std::pair<int32_t, SchemaMeta> CloudServer::GetAppSchema(int32_t userId, const std::string &bundleN… in GetAppSchema() function in OHOS::DistributedData::CloudServer
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
Dcloud_server_impl.cpp122 std::pair<int32_t, DBSchemaMeta> CloudServerImpl::GetAppSchema(int32_t userId, const std::string &b… in GetAppSchema() function in OHOS::CloudData::CloudServerImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dcloud_data_test.cpp161 std::pair<int32_t, SchemaMeta> CloudServerMock::GetAppSchema(int32_t userId, const std::string &bun… in GetAppSchema() function in OHOS::Test::DistributedDataTest::CloudServerMock