/base/web/webview/interfaces/kits/cj/include/ |
H A D | web_download_manager_impl.h | 30 static void ResumeDownload(const WebDownloadItemImpl *webDownload);
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_download_manager.h | 35 static void ResumeDownload(const WebDownloadItem *webDownload);
|
H A D | napi_web_download_manager.cpp | 85 WebDownloadManager::ResumeDownload(webDownloadItem); in JS_ResumeDownload()
|
H A D | web_download_manager.cpp | 184 void WebDownloadManager::ResumeDownload(const WebDownloadItem *webDownload) in ResumeDownload() function in OHOS::NWeb::WebDownloadManager 186 WVLOG_D("[DOWNLOAD] WebDownloadManager::ResumeDownload"); in ResumeDownload()
|
/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/ |
H A D | iservice_online_updater.h | 52 virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/services/engine/include/ |
H A D | update_service_impl_firmware.h | 44 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
H A D | update_service.h | 51 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_kits_impl.h | 49 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
H A D | update_service_proxy.h | 40 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | update_client.h | 58 napi_value ResumeDownload(napi_env env, napi_callback_info info);
|
/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 66 virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_download_manager_impl.cpp | 175 void WebDownloadManagerImpl::ResumeDownload(const WebDownloadItemImpl *webDownload) in ResumeDownload() function in OHOS::Webview::WebDownloadManagerImpl 177 WEBVIEWLOGD("[DOWNLOAD] WebDownloadManager::ResumeDownload"); in ResumeDownload()
|
H A D | webview_ffi.cpp | 1726 WebDownloadManagerImpl::ResumeDownload(nativeWebDownloadItemImpl); in FfiOHOSWebDownloadManagerImplResumeDownload()
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_module.cpp | 195 napi_value ResumeDownload(napi_env env, napi_callback_info info) in ResumeDownload() function 197 ENGINE_LOGI("ResumeDownload"); in ResumeDownload() 200 return client->ResumeDownload(env, info); in ResumeDownload() 338 DECLARE_NAPI_FUNCTION("resumeDownload", ResumeDownload), in DefineUpdateClient()
|
H A D | update_client.cpp | 214 napi_value UpdateClient::ResumeDownload(napi_env env, napi_callback_info info) in ResumeDownload() function in OHOS::UpdateEngine::UpdateClient 231 return UpdateServiceKits::GetInstance().ResumeDownload(upgradeInfo_, versionDigestInfo_, resumeDownloadOptions_, in ResumeDownload()
|
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 101 int32_t UpdateServiceKitsImpl::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 104 ENGINE_LOGI("UpdateServiceKitsImpl::ResumeDownload"); in ResumeDownload() 107 int32_t ret = updateService->ResumeDownload(info, versionDigestInfo, resumeDownloadOptions, businessError); in ResumeDownload() 108 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "ResumeDownload ipc error"); in ResumeDownload()
|
H A D | update_service_proxy.cpp | 153 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::ResumeDownload", ret); in PauseDownload() 160 int32_t UpdateServiceProxy::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceProxy 163 ENGINE_LOGI("UpdateServiceProxy::ResumeDownload"); in ResumeDownload() 176 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::ResumeDownload", ret); in ResumeDownload()
|
/base/update/updateservice/services/engine/src/ |
H A D | update_service_impl_firmware.cpp | 104 int32_t UpdateServiceImplFirmware::ResumeDownload(const UpgradeInfo &info, in ResumeDownload() function in OHOS::UpdateEngine::UpdateServiceImplFirmware 108 FIRMWARE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwork)); in ResumeDownload()
|
H A D | update_service.cpp | 265 int32_t UpdateService::ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in ResumeDownload() function in OHOS::UpdateEngine::UpdateService 268 ENGINE_LOGI("ResumeDownload allowNetwork:%{public}d", CAST_INT(resumeDownloadOptions.allowNetwork)); in ResumeDownload() 269 businessError.Build(CallResult::UN_SUPPORT, "ResumeDownload unsupport"); in ResumeDownload()
|
H A D | update_service_stub.cpp | 221 int32_t ret = service->ResumeDownload(upgradeInfo, versionDigestInfo, resumeDownloadOptions, businessError); in ResumeDownloadStub() 222 ENGINE_CHECK(ret == INT_CALL_SUCCESS, return ret, "Failed to ResumeDownload"); in ResumeDownloadStub()
|