/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_cert_manager_adapter_impl.cpp | 84 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 D | ark_cert_manager_adapter_impl.h | 52 bool GetPinSetForHostName(const ArkWebString& hostname, ArkWebStringVector& pins) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_cert_manager_adapter_wrapper.cpp | 85 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 D | ark_cert_manager_adapter_wrapper.h | 52 bool GetPinSetForHostName(const std::string& hostname, std::vector<std::string>& pins) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | cert_mgr_adapter.h | 50 …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 D | ark_cert_manager_adapter.h | 63 virtual bool GetPinSetForHostName(const ArkWebString& hostname, ArkWebStringVector& pins) = 0;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/certmgr_fuzzer/ |
H A D | cert_mgr_adapter_fuzz.cpp | 55 adapter.GetPinSetForHostName("example.com", pins); in CertManagerAdapterFuzzTest()
|
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/include/ |
H A D | cert_mgr_adapter_impl.h | 49 bool GetPinSetForHostName(const std::string& hostname, std::vector<std::string>& pins) override;
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | network_security_config.h | 62 int32_t GetPinSetForHostName(const std::string &hostname, std::string &pins);
|
H A D | net_conn_client.h | 409 int32_t GetPinSetForHostName(const std::string &hostname, std::string &pins);
|
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/ |
H A D | cert_mgr_adapter_impl.cpp | 447 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 D | net_ssl_c.cpp | 92 …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 D | network_security_config_test.cpp | 255 auto ret = NetworkSecurityConfig::GetInstance().GetPinSetForHostName(hostname, pins);
|
H A D | net_conn_client_test.cpp | 1269 auto ret = NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins);
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/cert_mgr_adapter_test/ |
H A D | cert_mgr_adapter_test.cpp | 461 bool result = adapter.GetPinSetForHostName(hostname, pins);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 810 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 D | network_security_config.cpp | 561 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 D | http_client_task.cpp | 261 … auto ret = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in SetServerSSLCertOption()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/ |
H A D | libnetconn_kits.map | 88 …"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 D | net_http_client_exec.cpp | 608 … auto ret1 = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in SetServerSSLCertOption()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 700 …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 D | http_exec.cpp | 925 … auto ret1 = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in AddCurlHandle()
|