Searched refs:GetNetAddress (Results 1 – 9 of 9) sorted by relevance
359 Socket::NetAddress TLSConnectOptions::GetNetAddress() const in GetNetAddress() function in OHOS::NetStack::TlsSocket::TLSConnectOptions1237 hostName_ = options.GetNetAddress().GetAddress(); in TlsConnectToHost()1238 port_ = options.GetNetAddress().GetPort(); in TlsConnectToHost()1239 family_ = options.GetNetAddress().GetSaFamily(); in TlsConnectToHost()1241 …if (!isExtSock && !ExecSocketConnect(options.GetNetAddress().GetAddress(), options.GetNetAddress()… in TlsConnectToHost()1242 … options.GetNetAddress().GetSaFamily(), socketDescriptor_)) { in TlsConnectToHost()1253 configuration_.SetNetAddress(config.GetNetAddress()); in SetTlsConfiguration()1804 if (hostName != options.GetNetAddress().GetAddress()) { in StartShakingHands()1820 if (hostName != options.GetNetAddress().GetAddress()) { in StartShakingHands()
197 Socket::NetAddress TLSConfiguration::GetNetAddress() const in GetNetAddress() function in OHOS::NetStack::TlsSocket::TLSConfiguration
170 auto hostname = CommonUtils::GetHostnameFromURL(configuration.GetNetAddress().GetAddress()); in SetDefaultCa()
171 auto hostname = CommonUtils::GetHostnameFromURL(configuration.GetNetAddress().GetAddress()); in SetDefaultCa()
201 if (ExecBind(tlsListenOptions.GetNetAddress(), callback)) { in Listen()783 connectionConfiguration_.SetNetAddress(config.GetNetAddress()); in SetTlsConfiguration()
72 [[nodiscard]] Socket::NetAddress GetNetAddress() const;
207 Socket::NetAddress getNetAddress = connectOptions.GetNetAddress();
250 [[nodiscard]] Socket::NetAddress GetNetAddress() const;
319 auto ret = option.GetNetAddress(); in SetNetAddressFuzzTest()