Home
last modified time | relevance | path

Searched refs:WebDownloadDelegateImpl (Results 1 - 5 of 5) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_delegate_impl.cpp25 WebDownloadDelegateImpl::WebDownloadDelegateImpl() in WebDownloadDelegateImpl() function in OHOS::Webview::WebDownloadDelegateImpl
34 WebDownloadDelegateImpl::~WebDownloadDelegateImpl() in ~WebDownloadDelegateImpl()
40 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()
80 void WebDownloadDelegateImpl::PutDownloadBeforeStart(std::function<void(int64_t)> callback) in PutDownloadBeforeStart()
86 void WebDownloadDelegateImpl
[all...]
H A Dweb_download_manager_impl.cpp30 static sptr<WebDownloadDelegateImpl> g_default_delegate;
31 static std::unordered_map<int32_t, WebDownloadDelegateImpl *> g_web_download_delegate_map;
34 WebDownloadDelegateImpl *GetWebDownloadDelegate(int32_t nwebId) in GetWebDownloadDelegate()
51 WebDownloadDelegateImpl *webDownloadDelegate = GetWebDownloadDelegate(nwebId); in DownloadBeforeStart()
79 WebDownloadDelegateImpl *webDownloadDelegate = GetWebDownloadDelegate(nwebId); in DownloadDidUpdate()
134 void WebDownloadManagerImpl::RemoveDownloadDelegate(WebDownloadDelegateImpl *delegate) in RemoveDownloadDelegate()
147 void WebDownloadManagerImpl::AddDownloadDelegateForWeb(int32_t nwebId, WebDownloadDelegateImpl *delegate) in AddDownloadDelegateForWeb()
155 void WebDownloadManagerImpl::SetDownloadDelegate(WebDownloadDelegateImpl *delegate) in SetDownloadDelegate()
H A Dwebview_ffi.cpp820 auto delegate = FFIData::GetData<WebDownloadDelegateImpl>(delegateId); in FfiOHOSWebviewCtlSetDownloadDelegate()
1654 // WebDownloadDelegateImpl
1657 auto nativeWebDownloadDelegateImpl = FFIData::Create<WebDownloadDelegateImpl>(); in FfiOHOSWebDownloadDelegateImplConstructor()
1667 auto nativeWebDownloadDelegateImpl = FFIData::GetData<WebDownloadDelegateImpl>(id); in FfiOHOSWebDownloadDelegateImplOnBeforeDownload()
1677 auto nativeWebDownloadDelegateImpl = FFIData::GetData<WebDownloadDelegateImpl>(id); in FfiOHOSWebDownloadDelegateImplOnDownloadUpdated()
1687 auto nativeWebDownloadDelegateImpl = FFIData::GetData<WebDownloadDelegateImpl>(id); in FfiOHOSWebDownloadDelegateImplOnDownloadFinish()
1697 auto nativeWebDownloadDelegateImpl = FFIData::GetData<WebDownloadDelegateImpl>(id); in FfiOHOSWebDownloadDelegateImplOnDownloadFailed()
1708 auto nativeWebDownloadDelegateImpl = FFIData::GetData<WebDownloadDelegateImpl>(delegateId); in FfiOHOSWebDownloadManagerImplSetDownloadDelegate()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_manager_impl.h25 class WebDownloadDelegateImpl;
29 static void SetDownloadDelegate(WebDownloadDelegateImpl *delegate);
32 static void AddDownloadDelegateForWeb(int32_t nwebId, WebDownloadDelegateImpl *delegate);
33 static void RemoveDownloadDelegate(WebDownloadDelegateImpl *delegate);
H A Dweb_download_delegate_impl.h24 class __attribute__((visibility("default"))) WebDownloadDelegateImpl : public OHOS::FFI::FFIData { class
25 DECL_TYPE(WebDownloadDelegateImpl, OHOS::FFI::FFIData)
27 explicit WebDownloadDelegateImpl();
28 ~WebDownloadDelegateImpl();

Completed in 6 milliseconds