Home
last modified time | relevance | path

Searched defs:host (Results 1 – 11 of 11) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/
Dnet_proxy_adapter_test.cpp191 const std::vector<std::string>& exclusionList) {}; in __anonba5381bb0302()
212 std::string host; variable
241 const std::vector<std::string>& exclusionList) {}; in __anonba5381bb0402()
259 std::string host; variable
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/savehttpauthcredentials_fuzzer/
Dsavehttpauthcredentials_fuzzer.cpp31 std::string host((const char *)data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/
Dgethttpauthcredentials_fuzzer.cpp32 std::string host((const char *)data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/test/fuzztest/ohos_nweb/selectcertrequest_fuzzer/
Dselectcertrequest_fuzzer.cpp37 std::string host((const char *)data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
Dohos_web_data_base_adapter_impl.cpp109 void OhosWebDataBaseAdapterImpl::SaveHttpAuthCredentials(const std::string& host, const std::string… in SaveHttpAuthCredentials()
138 void OhosWebDataBaseAdapterImpl::GetHttpAuthCredentials(const std::string& host, const std::string&… in GetHttpAuthCredentials()
/base/web/webview/interfaces/kits/napi/webdatabase/
Dnapi_web_data_base.cpp151 std::string host; in JsSaveHttpAuthCredentials() local
210 std::string host; in JsGetHttpAuthCredentials() local
/base/web/webview/ohos_adapter/net_proxy_adapter/src/
Dnet_proxy_adapter_impl.cpp266 std::string host; in OnReceiveEvent() local
281 void NetProxyAdapterImpl::GetProperty(std::string& host, uint16_t& port, std::string& pacUrl, std::… in GetProperty()
/base/print/print_fwk/services/src/
Dprint_cups_client.cpp178 char host[HTTP_MAX_URI]; /* Host portion of URI */ in QueryPrinterCapabilityByUri() local
554 char host[256]; in CheckPrinterOnline() local
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
Dnetwork_manager_addon.cpp591 std::string host; in ParseHttpProxyParam() local
633 napi_value host = nullptr; in ConvertHttpProxyToJS() local
/base/web/webview/ohos_nweb/include/
Dnweb_handler.h456 const std::string& host, in OnHttpAuthRequestByJS()
474 const std::string& host, in OnSslSelectCertRequestByJS()
/base/time/time_service/services/time/src/
Dsntp_client.cpp73 bool SNTPClient::RequestTime(std::string host) in RequestTime()