Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h496 … Load(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) = 0;
873 … const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) = 0;
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h124 …d(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) override in Load() argument
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h155 const std::map<std::string, std::string> &additionalHttpHeaders) override in Load() argument
/ohos5.0/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.cpp4567 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPage() local
4569 ErrCode ret = webviewController->PrefetchPage(url, additionalHttpHeaders); in PrefetchPage()
4585 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPageWithHttpHeaders() local
4607 additionalHttpHeaders[key] = value; in PrefetchPageWithHttpHeaders()
4614 ErrCode ret = webviewController->PrefetchPage(url, additionalHttpHeaders); in PrefetchPageWithHttpHeaders()
4696 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchResource() local
4697 if (argc >= INTEGER_TWO && !ParseHttpHeaders(env, argv[INTEGER_ONE], &additionalHttpHeaders)) { in PrefetchResource()
4729 …NWebHelper::Instance().PrefetchResource(prefetchArgs, additionalHttpHeaders, cacheKey, cacheValidT… in PrefetchResource()
H A Dwebview_controller.cpp1344 …ontroller::PrefetchPage(std::string& url, std::map<std::string, std::string> additionalHttpHeaders) in PrefetchPage() argument
1351 nweb_ptr->PrefetchPage(url, additionalHttpHeaders); in PrefetchPage()