Home
last modified time | relevance | path

Searched refs:GetAppSchemaFromServer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1792 HWTEST_F(CloudDataTest, GetAppSchemaFromServer, TestSize.Level0)
1801 auto [status, meta] = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName);
1804 std::tie(status, meta) = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName);
1807 std::tie(status, meta) = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName);
1810 std::tie(status, meta) = cloudServiceImpl_->GetAppSchemaFromServer(userId, bundleName);
/ohos5.0/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.cpp781 std::tie(status, schemaMeta) = GetAppSchemaFromServer(user, bundle); in UpdateSchema()
799 std::pair<int32_t, SchemaMeta> CloudServiceImpl::GetAppSchemaFromServer(int32_t user, const std::st… in GetAppSchemaFromServer() function in OHOS::CloudData::CloudServiceImpl
893 std::tie(status, schemaMeta) = GetAppSchemaFromServer(userId, bundleName); in GetSchemaMeta()