Home
last modified time | relevance | path

Searched refs:GetNewVersionDescription (Results 1 - 14 of 14) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h66 virtual int32_t GetNewVersionDescription(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h58 int32_t GetNewVersionDescription(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service.h65 int32_t GetNewVersionDescription(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h63 int32_t GetNewVersionDescription(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service_proxy.h54 int32_t GetNewVersionDescription(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h50 napi_value GetNewVersionDescription(napi_env env, napi_callback_info info);
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h80 virtual int32_t GetNewVersionDescription(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_module.cpp241 napi_value GetNewVersionDescription(napi_env env, napi_callback_info info) in GetNewVersionDescription() function
245 return client->GetNewVersionDescription(env, info); in GetNewVersionDescription()
329 DECLARE_NAPI_FUNCTION("getNewVersionDescription", GetNewVersionDescription), in DefineUpdateClient()
H A Dupdate_client.cpp346 napi_value UpdateClient::GetNewVersionDescription(napi_env env, napi_callback_info info) in GetNewVersionDescription() function in OHOS::UpdateEngine::UpdateClient
352 ENGINE_LOGI("GetNewVersionDescription"); in GetNewVersionDescription()
364 return UpdateServiceKits::GetInstance().GetNewVersionDescription(upgradeInfo_, versionDigestInfo_, in GetNewVersionDescription()
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp155 int32_t UpdateServiceKitsImpl::GetNewVersionDescription(const UpgradeInfo &info, in GetNewVersionDescription() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
159 ENGINE_LOGI("UpdateServiceKitsImpl::GetNewVersionDescription"); in GetNewVersionDescription()
162 int32_t ret = updateService->GetNewVersionDescription(info, versionDigestInfo, descriptionOptions, in GetNewVersionDescription()
164 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "GetNewVersionDescription ipc error"); in GetNewVersionDescription()
H A Dupdate_service_proxy.cpp274 int32_t UpdateServiceProxy::GetNewVersionDescription(const UpgradeInfo &info, in GetNewVersionDescription() function in OHOS::UpdateEngine::UpdateServiceProxy
278 ENGINE_LOGI("UpdateServiceProxy::GetNewVersionDescription"); in GetNewVersionDescription()
292 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::GetNewVersionDescription", ret); in GetNewVersionDescription()
/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp167 int32_t UpdateService::GetNewVersionDescription(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in GetNewVersionDescription() function in OHOS::UpdateEngine::UpdateService
173 ENGINE_LOGI("GetNewVersionDescription onlineUpdater null"); in GetNewVersionDescription()
176 return onlineUpdater->GetNewVersionDescription(info, versionDigestInfo, descriptionOptions, in GetNewVersionDescription()
H A Dupdate_service_impl_firmware.cpp157 int32_t UpdateServiceImplFirmware::GetNewVersionDescription(const UpgradeInfo &info, in GetNewVersionDescription() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
161 FIRMWARE_LOGI("GetNewVersionDescription versionDigestInfo %{public}s format %{public}d language %{public}s", in GetNewVersionDescription()
166 businessError.Build(CallResult::SUCCESS, "start GetNewVersionDescription"); in GetNewVersionDescription()
170 FIRMWARE_LOGI("GetNewVersionDescription: no data"); in GetNewVersionDescription()
171 businessError.Build(CallResult::FAIL, "GetNewVersionDescription failed"); in GetNewVersionDescription()
181 businessError.Build(CallResult::FAIL, "GetNewVersionDescription failed"); in GetNewVersionDescription()
188 businessError.Build(CallResult::FAIL, "GetNewVersionDescription failed"); in GetNewVersionDescription()
H A Dupdate_service_stub.cpp102 int32_t ret = service->GetNewVersionDescription(upgradeInfo, versionDigestInfo, descriptionOptions, in GetNewVersionDescriptionStub()
104 ENGINE_CHECK(ret == INT_CALL_SUCCESS, return ret, "Failed to GetNewVersionDescription"); in GetNewVersionDescriptionStub()

Completed in 9 milliseconds