Home
last modified time | relevance | path

Searched refs:ApplyNewVersion (Results 1 - 13 of 13) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/api/local_updater/
H A Diservice_local_updater.h29 virtual int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
/base/update/updateservice/services/engine/include/
H A Dupdate_service_local_updater.h33 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
H A Dupdate_service.h86 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dlocal_updater.h41 napi_value ApplyNewVersion(napi_env env, napi_callback_info info);
/base/update/updateservice/services/engine/src/
H A Dupdate_service_local_updater.cpp27 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 Dupdate_service.cpp325 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 Dupdate_service_stub.cpp371 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 Dlocal_updater.cpp39 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 Dupdate_service_kits_impl.h83 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
H A Dupdate_service_proxy.h75 int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h101 virtual int32_t ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile,
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp244 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 Dupdate_service_proxy.cpp473 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()

Completed in 7 milliseconds