Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp36 WebDownloader_SetDownloadBeforeStart(nullptr, nullptr); in NapiFuzzTest()
/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h54 NWEB_EXPORT void WebDownloader_SetDownloadBeforeStart(WebDownloadDelegateCallback *callback, OnDownloadBeforeStart fun);
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_manager_impl.cpp125 WebDownloader_SetDownloadBeforeStart(g_download_callback, &DownloadBeforeStart); in RegisterDownloadCallback()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_manager.cpp125 WebDownloader_SetDownloadBeforeStart(g_download_callback, &DownloadBeforeStart); in RegisterDownloadCallback()
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp51 DO(WebDownloader_SetDownloadBeforeStart); \
152 extern "C" void WebDownloader_SetDownloadBeforeStart(WebDownloadDelegateCallback* callback, OnDownloadBeforeStart fun) in WebDownloader_SetDownloadBeforeStart() function
155 WVLOG_E("WebDownloader_SetDownloadBeforeStart not found."); in WebDownloader_SetDownloadBeforeStart()
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp376 WebDownloader_SetDownloadBeforeStart(downloadCallback, fun); in HWTEST_F()

Completed in 5 milliseconds