HomeSort by relevance Sort by last modified time
    Searched refs:hostname_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/base/
socketaddress.cc 65 hostname_.clear();
73 return hostname_.empty() && IPIsUnspec(ip_) && 0 == port_;
81 hostname_ = addr.hostname_;
90 hostname_.clear();
97 hostname_.clear();
104 hostname_ = hostname;
142 if (!literal_ && !hostname_.empty())
143 return hostname_;
154 if (!literal_ && !hostname_.empty()
    [all...]
sslsocketfactory.h 41 void UseSSL(const char* hostname) { hostname_ = hostname; }
42 void DisableSSL() { hostname_.clear(); }
68 std::string hostname_, logging_label_; member in class:rtc::SslSocketFactory
socketaddress.h 83 const std::string& hostname() const { return hostname_; }
180 std::string hostname_; member in class:rtc::SocketAddress
184 bool literal_; // Indicates that 'hostname_' contains a literal IP string.
sslsocketfactory.cc 159 http_proxy->SetForceConnect(force_connect_ || !hostname_.empty());
169 if (!hostname_.empty()) {
178 if (ssl_adapter->StartSSL(hostname_.c_str(), true) != 0) {
  /test/vti/dashboard/src/main/java/com/android/vts/proto/
VtsReportMessage.java 3003 private com.google.protobuf.ByteString hostname_; field in class:VtsReportMessage.VtsHostInfo
3257 private com.google.protobuf.ByteString hostname_ = com.google.protobuf.ByteString.EMPTY; field in class:VtsReportMessage.VtsHostInfo.Builder
    [all...]

Completed in 98 milliseconds