Home
last modified time | relevance | path

Searched refs:PutDownloadDidUpdate (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.h42 void PutDownloadDidUpdate(napi_env, napi_value callback);
H A Dnapi_web_download_delegate.cpp70 webDownloadDelegate->PutDownloadDidUpdate(env, argv[0]); in JS_DownloadDidUpdate()
H A Dweb_download_delegate.cpp249 void WebDownloadDelegate::PutDownloadDidUpdate(napi_env, napi_value callback) in PutDownloadDidUpdate() function in OHOS::NWeb::WebDownloadDelegate
251 WVLOG_D("[DOWNLOAD] WebDownloadDelegate::PutDownloadDidUpdate"); in PutDownloadDidUpdate()
254 WVLOG_E("[DOWNLOAD] PutDownloadDidUpdate create reference failed."); in PutDownloadDidUpdate()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_delegate_impl.h36 void PutDownloadDidUpdate(std::function<void(int64_t)> callback);
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_delegate_impl.cpp86 void WebDownloadDelegateImpl::PutDownloadDidUpdate(std::function<void(int64_t)> callback) in PutDownloadDidUpdate() function in OHOS::Webview::WebDownloadDelegateImpl
88 WEBVIEWLOGI("[DOWNLOAD] WebDownloadDelegate::PutDownloadDidUpdate"); in PutDownloadDidUpdate()
H A Dwebview_ffi.cpp1682 nativeWebDownloadDelegateImpl->PutDownloadDidUpdate(CJLambda::Create(callback)); in FfiOHOSWebDownloadDelegateImplOnDownloadUpdated()

Completed in 6 milliseconds