Home
last modified time | relevance | path

Searched refs:GetPinSetForHostName (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_cert_manager_adapter_impl.cpp84 bool ArkCertManagerAdapterImpl::GetPinSetForHostName(const ArkWebString& hostname, ArkWebStringVect… in GetPinSetForHostName() function in OHOS::ArkWeb::ArkCertManagerAdapterImpl
87 bool result = real_->GetPinSetForHostName(ArkWebStringStructToClass(hostname), vec); in GetPinSetForHostName()
H A Dark_cert_manager_adapter_impl.h52 bool GetPinSetForHostName(const ArkWebString& hostname, ArkWebStringVector& pins) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_cert_manager_adapter_wrapper.cpp85 bool ArkCertManagerAdapterWrapper::GetPinSetForHostName(const std::string& hostname, std::vector<st… in GetPinSetForHostName() function in OHOS::ArkWeb::ArkCertManagerAdapterWrapper
89 bool result = ctocpp_->GetPinSetForHostName(ark_hostname, ark_pins); in GetPinSetForHostName()
H A Dark_cert_manager_adapter_wrapper.h52 bool GetPinSetForHostName(const std::string& hostname, std::vector<std::string>& pins) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcert_mgr_adapter.h50 …virtual bool GetPinSetForHostName(const std::string& hostname, std::vector<std::string>& pins) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_cert_manager_adapter.h63 virtual bool GetPinSetForHostName(const ArkWebString& hostname, ArkWebStringVector& pins) = 0;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/certmgr_fuzzer/
H A Dcert_mgr_adapter_fuzz.cpp55 adapter.GetPinSetForHostName("example.com", pins); in CertManagerAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/include/
H A Dcert_mgr_adapter_impl.h49 bool GetPinSetForHostName(const std::string& hostname, std::vector<std::string>& pins) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnetwork_security_config.h62 int32_t GetPinSetForHostName(const std::string &hostname, std::string &pins);
H A Dnet_conn_client.h409 int32_t GetPinSetForHostName(const std::string &hostname, std::string &pins);
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp447 bool CertManagerAdapterImpl::GetPinSetForHostName( in GetPinSetForHostName() function in OHOS::NWeb::CertManagerAdapterImpl
452 GetPinSetForHostName(hostname, pinsString); in GetPinSetForHostName()
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_ssl/src/
H A Dnet_ssl_c.cpp92 …int32_t ret = OHOS::NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(innerHos… in OH_NetStack_GetPinSetForHostName()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnetwork_security_config_test.cpp255 auto ret = NetworkSecurityConfig::GetInstance().GetPinSetForHostName(hostname, pins);
H A Dnet_conn_client_test.cpp1269 auto ret = NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/cert_mgr_adapter_test/
H A Dcert_mgr_adapter_test.cpp461 bool result = adapter.GetPinSetForHostName(hostname, pins);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp810 int32_t NetConnClient::GetPinSetForHostName(const std::string &hostname, std::string &pins) in GetPinSetForHostName() function in OHOS::NetManagerStandard::NetConnClient
812 return NetworkSecurityConfig::GetInstance().GetPinSetForHostName(hostname, pins); in GetPinSetForHostName()
H A Dnetwork_security_config.cpp561 int32_t NetworkSecurityConfig::GetPinSetForHostName(const std::string &hostname, std::string &pins) in GetPinSetForHostName() function in OHOS::NetManagerStandard::NetworkSecurityConfig
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp261 … auto ret = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in SetServerSSLCertOption()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map88 …"OHOS::NetManagerStandard::NetConnClient::GetPinSetForHostName(std::__h::basic_string<char, std::_…
107 …"OHOS::NetManagerStandard::NetworkSecurityConfig::GetPinSetForHostName(std::__h::basic_string<char…
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp608 … auto ret1 = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in SetServerSSLCertOption()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp700 …auto ret = OHOS::NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, c… in ParseCertificatePins()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp925 … auto ret1 = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in AddCurlHandle()