/ohos5.0/base/update/updateservice/test/fuzztest/updateservicegetnewversion_fuzzer/ |
H A D | updateservicegetnewversion_fuzzer.cpp | 33 return UpdateServiceKits::GetInstance().GetNewVersionInfo( in FuzzUpdateServiceGetNewVersion()
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_module.cpp | 234 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 D | update_client.cpp | 335 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 D | iservice_online_updater.h | 63 virtual int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 144 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 D | update_service_proxy.cpp | 249 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 D | update_service_impl_firmware.h | 55 int32_t GetNewVersionInfo(
|
H A D | update_service.h | 62 int32_t GetNewVersionInfo(
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 77 virtual int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_proxy.h | 51 int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
|
H A D | update_service_kits_impl.h | 60 int32_t GetNewVersionInfo(const UpgradeInfo &info, NewVersionInfo &newVersionInfo,
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | update_client.h | 49 napi_value GetNewVersionInfo(napi_env env, napi_callback_info info);
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_service.cpp | 156 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 D | update_service_impl_firmware.cpp | 144 int32_t UpdateServiceImplFirmware::GetNewVersionInfo( in GetNewVersionInfo() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
|
H A D | update_service_stub.cpp | 82 int32_t ret = service->GetNewVersionInfo(upgradeInfo, newVersionInfo, businessError); in GetNewVersionStub()
|