Home
last modified time | relevance | path

Searched refs:GetNewVersionInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/update/updateservice/test/fuzztest/updateservicegetnewversion_fuzzer/
H A Dupdateservicegetnewversion_fuzzer.cpp33 return UpdateServiceKits::GetInstance().GetNewVersionInfo( in FuzzUpdateServiceGetNewVersion()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_module.cpp234 napi_value GetNewVersionInfo(napi_env env, napi_callback_info info) in GetNewVersionInfo() function
238 return client->GetNewVersionInfo(env, info); in GetNewVersionInfo()
328 DECLARE_NAPI_FUNCTION("getNewVersionInfo", GetNewVersionInfo), in DefineUpdateClient()
H A Dupdate_client.cpp335 napi_value UpdateClient::GetNewVersionInfo(napi_env env, napi_callback_info info) in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateClient
340 …return UpdateServiceKits::GetInstance().GetNewVersionInfo(upgradeInfo_, newVersionInfo_, *business… in GetNewVersionInfo()
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h63 virtual int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp144 int32_t UpdateServiceKitsImpl::GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersio… in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
150 int32_t ret = updateService->GetNewVersionInfo(info, newVersionInfo, businessError); in GetNewVersionInfo()
H A Dupdate_service_proxy.cpp249 int32_t UpdateServiceProxy::GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionIn… in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateServiceProxy
/ohos5.0/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h55 int32_t GetNewVersionInfo(
H A Dupdate_service.h62 int32_t GetNewVersionInfo(
/ohos5.0/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h77 virtual int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_proxy.h51 int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
H A Dupdate_service_kits_impl.h60 int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h49 napi_value GetNewVersionInfo(napi_env env, napi_callback_info info);
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp156 int32_t UpdateService::GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo, in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateService
164 return onlineUpdater->GetNewVersionInfo(info, newVersionInfo, businessError); in GetNewVersionInfo()
H A Dupdate_service_impl_firmware.cpp144 int32_t UpdateServiceImplFirmware::GetNewVersionInfo( in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
H A Dupdate_service_stub.cpp82 int32_t ret = service->GetNewVersionInfo(upgradeInfo, newVersionInfo, businessError); in GetNewVersionStub()