Home
last modified time | relevance | path

Searched refs:WebDownloadItemImpl (Results 1 - 7 of 7) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_item_impl.h25 class __attribute__((visibility("default"))) WebDownloadItemImpl : public OHOS::FFI::FFIData { class
26 DECL_TYPE(WebDownloadItemImpl, OHOS::FFI::FFIData)
28 explicit WebDownloadItemImpl();
29 WebDownloadItemImpl(NWebDownloadItem *downloadItem);
30 ~WebDownloadItemImpl();
H A Dweb_download_delegate_impl.h30 void DownloadBeforeStart(WebDownloadItemImpl *webDownloadItemImpl);
31 void DownloadDidUpdate(WebDownloadItemImpl *webDownloadItemImpl);
32 void DownloadDidFail(WebDownloadItemImpl *webDownloadItemImpl);
33 void DownloadDidFinish(WebDownloadItemImpl *webDownloadItemImpl);
H A Dweb_download_manager_impl.h30 static void ResumeDownload(const WebDownloadItemImpl *webDownload);
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_item_impl.cpp23 WebDownloadItemImpl::WebDownloadItemImpl() in WebDownloadItemImpl() function in OHOS::Webview::WebDownloadItemImpl
39 WEBVIEWLOGD("[DOWNLOAD] WebDownloadItemImpl::constructor"); in WebDownloadItemImpl()
49 WebDownloadItemImpl::WebDownloadItemImpl(NWebDownloadItem *downloadItem) in WebDownloadItemImpl() function in OHOS::Webview::WebDownloadItemImpl
87 WebDownloadItemImpl::~WebDownloadItemImpl() in ~WebDownloadItemImpl()
89 WEBVIEWLOGD("[DOWNLOAD] WebDownloadItemImpl::~WebDownloadItemImpl()"); in ~WebDownloadItemImpl()
H A Dweb_download_delegate_impl.cpp40 void WebDownloadDelegateImpl::DownloadBeforeStart(WebDownloadItemImpl *webDownloadItemImpl) in DownloadBeforeStart()
50 void WebDownloadDelegateImpl::DownloadDidUpdate(WebDownloadItemImpl *webDownloadItemImpl) in DownloadDidUpdate()
60 void WebDownloadDelegateImpl::DownloadDidFail(WebDownloadItemImpl *webDownloadItemImpl) in DownloadDidFail()
70 void WebDownloadDelegateImpl::DownloadDidFinish(WebDownloadItemImpl *webDownloadItemImpl) in DownloadDidFinish()
H A Dweb_download_manager_impl.cpp62 WebDownloadItemImpl *webDownloadItem = FFIData::Create<WebDownloadItemImpl>(downloadItem); in DownloadBeforeStart()
89 WebDownloadItemImpl *webDownloadItem = FFIData::Create<WebDownloadItemImpl>(downloadItem); in DownloadDidUpdate()
175 void WebDownloadManagerImpl::ResumeDownload(const WebDownloadItemImpl *webDownload) in ResumeDownload()
H A Dwebview_ffi.cpp1346 // WebDownloadItemImpl
1349 auto nativeWebDownloadItemImpl = FFIData::Create<WebDownloadItemImpl>(); in FfiOHOSWebDownloadItemImplConstructor()
1360 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(id); in FfiOHOSWebDownloadItemImplGetGuid()
1372 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(id); in FfiOHOSWebDownloadItemImplGetCurrentSpeed()
1383 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(id); in FfiOHOSWebDownloadItemImplGetPercentComplete()
1394 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(id); in FfiOHOSWebDownloadItemImplGetTotalBytes()
1405 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(id); in FfiOHOSWebDownloadItemImplGetReceivedBytes()
1416 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(id); in FfiOHOSWebDownloadItemImplGetState()
1427 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(id); in FfiOHOSWebDownloadItemImplGetLastErrorCode()
1439 auto nativeWebDownloadItemImpl = FFIData::GetData<WebDownloadItemImpl>(i in FfiOHOSWebDownloadItemImplGetMethod()
[all...]

Completed in 6 milliseconds