Home
last modified time | relevance | path

Searched refs:additionalHttpHeaders (Results 1 - 7 of 7) sorted by relevance

/base/web/webview/test/fuzztest/loadurl_fuzzer/
H A Dloadurl_fuzzer.cpp33 std::map<std::string, std::string> additionalHttpHeaders; in LoadUrlFuzzTest() local
34 g_nweb->Load(url, additionalHttpHeaders); in LoadUrlFuzzTest()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h510 * @param additionalHttpHeaders additionalHttpHeaders
512 virtual int Load(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) = 0;
886 * @param additionalHttpHeaders Additional HTTP request header of the URL.
889 const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) = 0;
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h124 int Load(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) override
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h155 const std::map<std::string, std::string> &additionalHttpHeaders) override
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h281 ErrCode PrefetchPage(std::string& url, std::map<std::string, std::string> additionalHttpHeaders);
H A Dnapi_webview_controller.cpp4569 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPage() local
4571 ErrCode ret = webviewController->PrefetchPage(url, additionalHttpHeaders); in PrefetchPage()
4587 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPageWithHttpHeaders() local
4609 additionalHttpHeaders[key] = value; in PrefetchPageWithHttpHeaders()
4616 ErrCode ret = webviewController->PrefetchPage(url, additionalHttpHeaders); in PrefetchPageWithHttpHeaders()
4698 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchResource() local
4699 if (argc >= INTEGER_TWO && !ParseHttpHeaders(env, argv[INTEGER_ONE], &additionalHttpHeaders)) { in PrefetchResource()
4700 WVLOG_E("BusinessError: 401. The type of 'additionalHttpHeaders' must be Array of 'WebHeader'."); in PrefetchResource()
4731 NWebHelper::Instance().PrefetchResource(prefetchArgs, additionalHttpHeaders, cacheKey, cacheValidTime); in PrefetchResource()
H A Dwebview_controller.cpp1344 ErrCode WebviewController::PrefetchPage(std::string& url, std::map<std::string, std::string> additionalHttpHeaders) in PrefetchPage() argument
1351 nweb_ptr->PrefetchPage(url, additionalHttpHeaders); in PrefetchPage()

Completed in 18 milliseconds