Home
last modified time | relevance | path

Searched refs:GetPinSetForHostName (Results 1 - 10 of 10) sorted by relevance

/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.h408 int32_t GetPinSetForHostName(const std::string &hostname, std::string &pins);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnetwork_security_config_test.cpp243 * @tc.desc: Test NetworkSecurityConfig::GetPinSetForHostName, not applying for
255 auto ret = NetworkSecurityConfig::GetInstance().GetPinSetForHostName(hostname, pins); in HWTEST_F()
H A Dnet_conn_client_test.cpp1308 auto ret = NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in HWTEST_F()
/foundation/communication/netstack/interfaces/kits/c/net_ssl/src/
H A Dnet_ssl_c.cpp92 int32_t ret = OHOS::NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(innerHostname, innerPins); in OH_NetStack_GetPinSetForHostName()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp852 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 Dnetwork_security_config.cpp561 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 Dhttp_client_task.cpp247 auto ret = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in SetServerSSLCertOption()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp608 auto ret1 = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in SetServerSSLCertOption()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp999 auto ret1 = NetManagerStandard::NetConnClient::GetInstance().GetPinSetForHostName(hostname, pins); in AddCurlHandle()

Completed in 13 milliseconds