/base/update/updateservice/interfaces/inner_api/feature/update/api/local_updater/ |
H A D | iservice_local_updater.h | 29 virtual int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
|
/base/update/updateservice/services/engine/include/ |
H A D | update_service_local_updater.h | 33 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
|
H A D | update_service.h | 86 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
|
/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | local_updater.h | 41 napi_value ApplyNewVersion(napi_env env, napi_callback_info info);
|
/base/update/updateservice/services/engine/src/ |
H A D | update_service_local_updater.cpp | 27 int32_t UpdateServiceLocalUpdater::ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, in ApplyNewVersion() function in OHOS::UpdateEngine::UpdateServiceLocalUpdater 34 ENGINE_LOGI("ApplyNewVersion result : %{public}d", ret); in ApplyNewVersion()
|
H A D | update_service.cpp | 325 int32_t UpdateService::ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, in ApplyNewVersion() function in OHOS::UpdateEngine::UpdateService 333 return localUpdater->ApplyNewVersion(info, miscFile, packageNames, businessError); in ApplyNewVersion()
|
H A D | update_service_stub.cpp | 371 int32_t ret = service->ApplyNewVersion(upgradeInfo, miscFile, packageNames, businessError); in ApplyNewVersionStub() 372 ENGINE_CHECK(ret == INT_CALL_SUCCESS, return ret, "Failed to ApplyNewVersion"); in ApplyNewVersionStub()
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | local_updater.cpp | 39 return localUpdater->ApplyNewVersion(env, info); in NapiApplyNewVersion() 116 napi_value LocalUpdater::ApplyNewVersion(napi_env env, napi_callback_info info) in ApplyNewVersion() function in OHOS::UpdateEngine::LocalUpdater 126 ENGINE_LOGE("ApplyNewVersion error, get GetUpgradeFilesFromArg fail"); in ApplyNewVersion() 139 ENGINE_LOGI("ApplyNewVersion %{public}s", packageName.c_str()); in ApplyNewVersion() 144 return UpdateServiceKits::GetInstance().ApplyNewVersion(upgradeInfo, MISC_FILE, packageNames, in ApplyNewVersion() 147 PARAM_CHECK(retValue != nullptr, return nullptr, "Failed to ApplyNewVersion"); in ApplyNewVersion()
|
/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_kits_impl.h | 83 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
|
H A D | update_service_proxy.h | 75 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
|
/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 101 virtual int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
|
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 244 int32_t UpdateServiceKitsImpl::ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, in ApplyNewVersion() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 247 ENGINE_LOGI("UpdateServiceKitsImpl::ApplyNewVersion"); in ApplyNewVersion() 250 int32_t ret = updateService->ApplyNewVersion(info, miscFile, packageNames, businessError); in ApplyNewVersion() 251 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "ApplyNewVersion ipc error"); in ApplyNewVersion()
|
H A D | update_service_proxy.cpp | 473 int32_t UpdateServiceProxy::ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, in ApplyNewVersion() function in OHOS::UpdateEngine::UpdateServiceProxy 476 ENGINE_LOGI("UpdateServiceProxy::ApplyNewVersion"); in ApplyNewVersion() 495 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::ApplyNewVersion", ret); in ApplyNewVersion()
|