Home
last modified time | relevance | path

Searched refs:IsPinOpenMode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnetwork_security_config.h63 bool IsPinOpenMode(const std::string &hostname);
H A Dnet_conn_client.h410 bool IsPinOpenMode(const std::string &hostname);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp815 bool NetConnClient::IsPinOpenMode(const std::string &hostname) in IsPinOpenMode() function in OHOS::NetManagerStandard::NetConnClient
817 return NetworkSecurityConfig::GetInstance().IsPinOpenMode(hostname); in IsPinOpenMode()
H A Dnetwork_security_config.cpp533 bool NetworkSecurityConfig::IsPinOpenMode(const std::string &hostname) in IsPinOpenMode() function in OHOS::NetManagerStandard::NetworkSecurityConfig
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp259 if (!NetManagerStandard::NetConnClient::GetInstance().IsPinOpenMode(hostname)) { in SetServerSSLCertOption()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map89 …"OHOS::NetManagerStandard::NetConnClient::IsPinOpenMode(std::__h::basic_string<char, std::__h::cha…
108 …"OHOS::NetManagerStandard::NetworkSecurityConfig::IsPinOpenMode(std::__h::basic_string<char, std::…
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp696 if (OHOS::NetManagerStandard::NetConnClient::GetInstance().IsPinOpenMode(hostname)) { in ParseCertificatePins()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp923 if (!NetManagerStandard::NetConnClient::GetInstance().IsPinOpenMode(hostname)) { in AddCurlHandle()