Home
last modified time | relevance | path

Searched refs:use_hostname (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dturn_port.h351 std::string ReconstructedServerUrl(bool use_hostname);
Dturn_port.cc1293 std::string TurnPort::ReconstructedServerUrl(bool use_hostname) { in ReconstructedServerUrl() argument
1317 << (use_hostname ? server_address_.address.hostname() in ReconstructedServerUrl()