/base/update/updateservice/services/engine/include/ |
D | update_service_proxy.h | 40 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service.h | 53 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_kits.h | 50 …virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | iupdate_service.h | 66 …virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service_kits_impl.h | 45 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 175 int32_t UpdateServiceKitsImpl::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &ver… in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 181 …return updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, businessError… in ResumeDownload()
|
D | update_service_proxy.cpp | 144 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 | 216 napi_value ResumeDownload(napi_env env, napi_callback_info info) in ResumeDownload() function 221 return client->ResumeDownload(env, info); in ResumeDownload() 359 DECLARE_NAPI_FUNCTION("resumeDownload", ResumeDownload), in DefineUpdateClient()
|
D | update_client.cpp | 213 napi_value UpdateClient::ResumeDownload(napi_env env, napi_callback_info info) in ResumeDownload() function in OHOS::UpdateEngine::UpdateClient 234 return UpdateServiceKits::GetInstance().ResumeDownload( in ResumeDownload()
|
/base/update/updateservice/services/engine/src/ |
D | update_service_stub.cpp | 174 …int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, busin… in ResumeDownloadStub()
|
D | update_service.cpp | 429 int32_t UpdateService::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDige… in ResumeDownload() function in OHOS::UpdateEngine::UpdateService
|