Home
last modified time | relevance | path

Searched refs:downloadPath (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp36 downloadPath(""), in WebDownloadItem()
63 downloadPath(""), in WebDownloadItem()
H A Dweb_download_item.h56 std::string downloadPath; member in OHOS::NWeb::WebDownloadItem
H A Dnapi_web_download_item.cpp518 WebDownload_Continue(webDownloadItem->before_download_callback, webDownloadItem->downloadPath.c_str()); in JS_Continue()
657 "BusinessError: 401. Parameter error. The type of 'downloadPath' must be a valid path string."); in JS_Start()
660 webDownloadItem->downloadPath = std::string(stringValue); in JS_Start()
661 WVLOG_D("NapiWebDownloadItem::JS_Start, download_path: %s", webDownloadItem->downloadPath.c_str()); in JS_Start()
662 WebDownload_Continue(webDownloadItem->before_download_callback, webDownloadItem->downloadPath.c_str()); in JS_Start()
686 webDownloadPb.set_download_path(webDownloadItem->downloadPath); in SetWebDownloadPb()
779 webDownloadItem->downloadPath = webDownloadPb.download_path(); in JS_Deserialize()
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_item_impl.cpp35 downloadPath(""), in WebDownloadItemImpl()
61 downloadPath(""), in WebDownloadItemImpl()
H A Dwebview_ffi.cpp1501 int32_t FfiOHOSWebDownloadItemImplStart(int64_t id, char *downloadPath) in FfiOHOSWebDownloadItemImplStart() argument
1503 std::string sDownloadPath = downloadPath; in FfiOHOSWebDownloadItemImplStart()
1508 nativeWebDownloadItemImpl->downloadPath = sDownloadPath; in FfiOHOSWebDownloadItemImplStart()
1510 nativeWebDownloadItemImpl->downloadPath.c_str()); in FfiOHOSWebDownloadItemImplStart()
1602 webDownloadPb.set_download_path(nativeWebDownloadItemImpl->downloadPath); in FfiOHOSWebDownloadItemImplSerialize()
1649 webDownloadItem->downloadPath = webDownloadPb.download_path(); in FfiOHOSWebDownloadItemImplDeserialize()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_item_impl.h53 std::string downloadPath; member in OHOS::Webview::WebDownloadItemImpl
H A Dwebview_ffi.h148 FFI_EXPORT int32_t FfiOHOSWebDownloadItemImplStart(int64_t id, char *downloadPath);
/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h62 NWEB_EXPORT void WebDownload_Continue(const WebBeforeDownloadCallbackWrapper *wrapper, const char *downloadPath);
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp198 extern "C" void WebDownload_Continue(const WebBeforeDownloadCallbackWrapper* wrapper, const char* downloadPath) in WebDownload_Continue() argument
204 g_nwebCApi->impl_WebDownload_Continue(wrapper, downloadPath); in WebDownload_Continue()

Completed in 9 milliseconds