Home
last modified time | relevance | path

Searched refs:GetAppSchemaFromServer (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1830 * @tc.name: GetAppSchemaFromServer
1831 * @tc.desc: Test the GetAppSchemaFromServer function input parameters of different parameters
1835 HWTEST_F(CloudDataTest, GetAppSchemaFromServer, TestSize.Level0) in HWTEST_F()
1844 auto [status, meta] = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName); in HWTEST_F()
1847 std::tie(status, meta) = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName); in HWTEST_F()
1850 std::tie(status, meta) = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName); in HWTEST_F()
1853 std::tie(status, meta) = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName); in HWTEST_F()
H A Dcloud_service_impl_test.cpp242 * @tc.desc: Test GetAppSchemaFromServer functions not support CloudService.
251 auto [status, result] = cloudServiceImpl_->GetAppSchemaFromServer(user, TEST_CLOUD_BUNDLE); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h135 std::pair<int32_t, SchemaMeta> GetAppSchemaFromServer(int32_t user, const std::string &bundleName);
H A Dcloud_service_impl.cpp801 std::tie(status, schemaMeta) = GetAppSchemaFromServer(user, bundle); in UpdateSchema()
819 std::pair<int32_t, SchemaMeta> CloudServiceImpl::GetAppSchemaFromServer(int32_t user, const std::string &bundleName) in GetAppSchemaFromServer() function in OHOS::CloudData::CloudServiceImpl
915 std::tie(status, schemaMeta) = GetAppSchemaFromServer(userId, bundleName); in GetSchemaMeta()

Completed in 7 milliseconds