Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp64 WebDownloadItem_SuggestedFileName(nullptr); in NapiFuzzTest()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp78 this->suggestedFileName = std::string(WebDownloadItem_SuggestedFileName(downloadItem)); in WebDownloadItem()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h122 NWEB_EXPORT char *WebDownloadItem_SuggestedFileName(const NWebDownloadItem *downloadItem);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp71 DO(WebDownloadItem_SuggestedFileName); \
364 extern "C" char* WebDownloadItem_SuggestedFileName(const NWebDownloadItem* downloadItem) in WebDownloadItem_SuggestedFileName() function
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp408 char* fileName = WebDownloadItem_SuggestedFileName(downloadItem);