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

  /external/webrtc/webrtc/base/
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.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
  /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 90 milliseconds