Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp75 this->fullPath = std::string(WebDownloadItem_FullPath(downloadItem)); in WebDownloadItem()
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_item_impl.cpp73 this->fullPath = std::string(WebDownloadItem_FullPath(downloadItem)); in WebDownloadItemImpl()
/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp61 WebDownloadItem_FullPath(nullptr); in NapiFuzzTest()
/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h116 NWEB_EXPORT char *WebDownloadItem_FullPath(const NWebDownloadItem *downloadItem);
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp69 DO(WebDownloadItem_FullPath); \
338 extern "C" char* WebDownloadItem_FullPath(const NWebDownloadItem* downloadItem) in WebDownloadItem_FullPath() function
341 WVLOG_E("WebDownloadItem_FullPath not found"); in WebDownloadItem_FullPath()
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp455 char* fullPath = WebDownloadItem_FullPath(downloadItem); in HWTEST_F()

Completed in 7 milliseconds