Home
last modified time | relevance | path

Searched refs:WebDownloadItem_FullPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp61 WebDownloadItem_FullPath(nullptr); in NapiFuzzTest()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp75 this->fullPath = std::string(WebDownloadItem_FullPath(downloadItem)); in WebDownloadItem()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h116 NWEB_EXPORT char *WebDownloadItem_FullPath(const NWebDownloadItem *downloadItem);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp68 DO(WebDownloadItem_FullPath); \
337 extern "C" char* WebDownloadItem_FullPath(const NWebDownloadItem* downloadItem) in WebDownloadItem_FullPath() function
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp457 char* fullPath = WebDownloadItem_FullPath(downloadItem);