Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.h44 void PutDownloadDidFail(napi_env, napi_value callback);
H A Dnapi_web_download_delegate.cpp114 webDownloadDelegate->PutDownloadDidFail(env, argv[0]); in JS_DownloadDidFail()
H A Dweb_download_delegate.cpp267 void WebDownloadDelegate::PutDownloadDidFail(napi_env, napi_value callback) in PutDownloadDidFail() function in OHOS::NWeb::WebDownloadDelegate
269 WVLOG_D("WebDownloadDelegate::PutDownloadDidFail"); in PutDownloadDidFail()
272 WVLOG_E("[DOWNLOAD] PutDownloadDidFail create reference failed."); in PutDownloadDidFail()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_delegate_impl.h38 void PutDownloadDidFail(std::function<void(int64_t)> callback);
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_delegate_impl.cpp98 void WebDownloadDelegateImpl::PutDownloadDidFail(std::function<void(int64_t)> callback) in PutDownloadDidFail() function in OHOS::Webview::WebDownloadDelegateImpl
100 WEBVIEWLOGD("WebDownloadDelegate::PutDownloadDidFail"); in PutDownloadDidFail()
H A Dwebview_ffi.cpp1702 nativeWebDownloadDelegateImpl->PutDownloadDidFail(CJLambda::Create(callback)); in FfiOHOSWebDownloadDelegateImplOnDownloadFailed()

Completed in 8 milliseconds