Searched refs:GetAppSchemaFromServer (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 1792 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 D | cloud_service_impl.h | 135 …std::pair<int32_t, SchemaMeta> GetAppSchemaFromServer(int32_t user, const std::string &bundleName);
|
H A D | cloud_service_impl.cpp | 781 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()
|