Searched refs:GetPinSetForHostName (Results 1 - 10 of 10) sorted by relevance
/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 | 408 int32_t GetPinSetForHostName(const std::string &hostname, std::string &pins);
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | network_security_config_test.cpp | 243 * @tc.desc: Test NetworkSecurityConfig::GetPinSetForHostName, not applying for 255 auto ret = NetworkSecurityConfig::GetInstance().GetPinSetForHostName(hostname, pins); in HWTEST_F()
|
H A D | net_conn_client_test.cpp | 1308 auto ret = NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in HWTEST_F()
|
/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(innerHostname, innerPins);
in OH_NetStack_GetPinSetForHostName()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 852 int32_t NetConnClient::GetPinSetForHostName(const std::string &hostname, std::string &pins) in GetPinSetForHostName() function in OHOS::NetManagerStandard::NetConnClient 854 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
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 247 auto ret = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in SetServerSSLCertOption()
|
/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()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 999 auto ret1 = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in AddCurlHandle()
|
Completed in 13 milliseconds