Home
last modified time | relevance | path

Searched defs:additionalHttpHeaders (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/test/fuzztest/loadurl_fuzzer/
Dloadurl_fuzzer.cpp33 std::map<std::string, std::string> additionalHttpHeaders; in LoadUrlFuzzTest() local
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
Dnweb_create_window.h124 …t Load(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) ov… in Load()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h155 const std::map<std::string, std::string> &additionalHttpHeaders) override in Load()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp1341 …ontroller::PrefetchPage(std::string& url, std::map<std::string, std::string> additionalHttpHeaders) in PrefetchPage()
Dnapi_webview_controller.cpp4572 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPage() local
4590 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPageWithHttpHeaders() local
4701 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchResource() local
/base/web/webview/interfaces/kits/cj/src/
Dwebview_ffi.cpp1438 … CRequestInfo request, ArrWebHeader additionalHttpHeaders, char* cKey, int32_t cacheValidTime) in FfiOHOSWebviewCtlPrefetchResource()