Searched refs:additionalHttpHeaders (Results 1 - 7 of 7) sorted by relevance
/base/web/webview/test/fuzztest/loadurl_fuzzer/ |
H A D | loadurl_fuzzer.cpp | 33 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 D | nweb.h | 510 * @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 D | nweb_create_window.h | 124 int Load(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) override
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 155 const std::map<std::string, std::string> &additionalHttpHeaders) override
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 281 ErrCode PrefetchPage(std::string& url, std::map<std::string, std::string> additionalHttpHeaders);
|
H A D | napi_webview_controller.cpp | 4569 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 D | webview_controller.cpp | 1344 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