Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.h41 void PutDownloadBeforeStart(napi_env, napi_value callback);
H A Dnapi_web_download_delegate.cpp48 webDownloadDelegate->PutDownloadBeforeStart(env, argv[0]); in JS_DownloadBeforeStart()
H A Dweb_download_delegate.cpp240 void WebDownloadDelegate::PutDownloadBeforeStart(napi_env, napi_value callback) in PutDownloadBeforeStart() function in OHOS::NWeb::WebDownloadDelegate
242 WVLOG_D("WebDownloadDelegate::PutDownloadBeforeStart"); in PutDownloadBeforeStart()
245 WVLOG_E("[DOWNLOAD] PutDownloadBeforeStart create reference failed."); in PutDownloadBeforeStart()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_delegate_impl.h35 void PutDownloadBeforeStart(std::function<void(int64_t)> callback);
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_delegate_impl.cpp80 void WebDownloadDelegateImpl::PutDownloadBeforeStart(std::function<void(int64_t)> callback) in PutDownloadBeforeStart() function in OHOS::Webview::WebDownloadDelegateImpl
82 WEBVIEWLOGD("WebDownloadDelegate::PutDownloadBeforeStart"); in PutDownloadBeforeStart()
H A Dwebview_ffi.cpp1672 nativeWebDownloadDelegateImpl->PutDownloadBeforeStart(CJLambda::Create(callback)); in FfiOHOSWebDownloadDelegateImplOnBeforeDownload()

Completed in 6 milliseconds