Home
last modified time | relevance | path

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

/base/update/updateservice/test/fuzztest/updateservicegetnewversion_fuzzer/
Dupdateservicegetnewversion_fuzzer.cpp33 return UpdateServiceKits::GetInstance().GetNewVersionInfo( in FuzzUpdateServiceGetNewVersion()
/base/update/updateservice/interfaces/inner_api/include/
Diservice_online_updater.h49 virtual int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
Dupdate_service_kits.h61 virtual int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
Dupdate_service_kits_impl.h59 int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
/base/update/updateservice/services/engine/include/
Dupdate_service_impl_firmware.h53 int32_t GetNewVersionInfo(
Dupdate_service_proxy.h52 int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
Dupdate_service.h63 int32_t GetNewVersionInfo(
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp213 int32_t UpdateServiceKitsImpl::GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersio… in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
219 return updateService->GetNewVersionInfo(info, newVersionInfo, businessError); in GetNewVersionInfo()
Dupdate_service_proxy.cpp242 int32_t UpdateServiceProxy::GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionIn… in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateServiceProxy
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_client.h44 napi_value GetNewVersionInfo(napi_env env, napi_callback_info info);
Dupdate_module.cpp260 napi_value GetNewVersionInfo(napi_env env, napi_callback_info info) in GetNewVersionInfo() function
264 return client->GetNewVersionInfo(env, info); in GetNewVersionInfo()
354 DECLARE_NAPI_FUNCTION("getNewVersionInfo", GetNewVersionInfo), in DefineUpdateClient()
Dupdate_client.cpp356 napi_value UpdateClient::GetNewVersionInfo(napi_env env, napi_callback_info info) in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateClient
362 …return UpdateServiceKits::GetInstance().GetNewVersionInfo(upgradeInfo_, newVersionInfo_, *business… in GetNewVersionInfo()
/base/update/updateservice/services/engine/src/
Dupdate_service.cpp151 int32_t UpdateService::GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo, in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateService
159 return onlineUpdater->GetNewVersionInfo(info, newVersionInfo, businessError); in GetNewVersionInfo()
Dupdate_service_impl_firmware.cpp122 int32_t UpdateServiceImplFirmware::GetNewVersionInfo( in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
Dupdate_service_stub.cpp77 int32_t ret = service->GetNewVersionInfo(upgradeInfo, newVersionInfo, businessError); in GetNewVersionStub()