Home
last modified time | relevance | path

Searched refs:ResumeDownload (Results 1 – 14 of 14) sorted by relevance

/base/update/updateservice/interfaces/inner_api/include/
Diservice_online_updater.h38 …virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
Dupdate_service_kits.h50 …virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
Dupdate_service_kits_impl.h48 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/services/engine/include/
Dupdate_service_impl_firmware.h42 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
Dupdate_service_proxy.h41 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
Dupdate_service.h52 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp178 int32_t UpdateServiceKitsImpl::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &ver… in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
184 …return updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, businessError… in ResumeDownload()
Dupdate_service_proxy.cpp153 int32_t UpdateServiceProxy::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versio… in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceProxy
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_client.h53 napi_value ResumeDownload(napi_env env, napi_callback_info info);
Dupdate_module.cpp221 napi_value ResumeDownload(napi_env env, napi_callback_info info) in ResumeDownload() function
226 return client->ResumeDownload(env, info); in ResumeDownload()
364 DECLARE_NAPI_FUNCTION("resumeDownload", ResumeDownload), in DefineUpdateClient()
Dupdate_client.cpp224 napi_value UpdateClient::ResumeDownload(napi_env env, napi_callback_info info) in ResumeDownload() function in OHOS::UpdateEngine::UpdateClient
242 return UpdateServiceKits::GetInstance().ResumeDownload( in ResumeDownload()
/base/update/updateservice/services/engine/src/
Dupdate_service_impl_firmware.cpp82 int32_t UpdateServiceImplFirmware::ResumeDownload(const UpgradeInfo &info, in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
Dupdate_service.cpp260 int32_t UpdateService::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDige… in ResumeDownload() function in OHOS::UpdateEngine::UpdateService
Dupdate_service_stub.cpp210 …int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, busin… in ResumeDownloadStub()