/base/update/updateservice/interfaces/inner_api/include/ |
D | iservice_online_updater.h | 38 …virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service_kits.h | 50 …virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service_kits_impl.h | 48 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/services/engine/include/ |
D | update_service_impl_firmware.h | 42 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service_proxy.h | 41 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service.h | 52 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 178 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()
|
D | update_service_proxy.cpp | 153 int32_t UpdateServiceProxy::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versio… in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceProxy
|
/base/update/updateservice/frameworks/js/napi/client/ |
D | update_client.h | 53 napi_value ResumeDownload(napi_env env, napi_callback_info info);
|
D | update_module.cpp | 221 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()
|
D | update_client.cpp | 224 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/ |
D | update_service_impl_firmware.cpp | 82 int32_t UpdateServiceImplFirmware::ResumeDownload(const UpgradeInfo &info, in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
|
D | update_service.cpp | 260 int32_t UpdateService::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDige… in ResumeDownload() function in OHOS::UpdateEngine::UpdateService
|
D | update_service_stub.cpp | 210 …int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, busin… in ResumeDownloadStub()
|