Home
last modified time | relevance | path

Searched refs:ResumeDownload (Results 1 - 20 of 20) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_manager_impl.h30 static void ResumeDownload(const WebDownloadItemImpl *webDownload);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_manager.h35 static void ResumeDownload(const WebDownloadItem *webDownload);
H A Dnapi_web_download_manager.cpp85 WebDownloadManager::ResumeDownload(webDownloadItem); in JS_ResumeDownload()
H A Dweb_download_manager.cpp184 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 Diservice_online_updater.h52 virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h44 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service.h51 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h49 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service_proxy.h40 int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h58 napi_value ResumeDownload(napi_env env, napi_callback_info info);
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h66 virtual int32_t ResumeDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_manager_impl.cpp175 void WebDownloadManagerImpl::ResumeDownload(const WebDownloadItemImpl *webDownload) in ResumeDownload() function in OHOS::Webview::WebDownloadManagerImpl
177 WEBVIEWLOGD("[DOWNLOAD] WebDownloadManager::ResumeDownload"); in ResumeDownload()
H A Dwebview_ffi.cpp1726 WebDownloadManagerImpl::ResumeDownload(nativeWebDownloadItemImpl); in FfiOHOSWebDownloadManagerImplResumeDownload()
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_module.cpp195 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 Dupdate_client.cpp214 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 Dupdate_service_kits_impl.cpp101 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 Dupdate_service_proxy.cpp153 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 Dupdate_service_impl_firmware.cpp104 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 Dupdate_service.cpp265 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 Dupdate_service_stub.cpp221 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()

Completed in 13 milliseconds