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

  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 79 return BadTransportDescription(desc.str(), error_desc);
82 return BadTransportDescription(
91 return BadTransportDescription("Failed to set local identity.",
104 return BadTransportDescription(msg, error_desc);
146 return BadTransportDescription(
159 return BadTransportDescription(msg, error_desc);
165 return BadTransportDescription(
177 return BadTransportDescription(msg, error_desc);
187 return BadTransportDescription(
228 return BadTransportDescription("Failed to set ssl role for the channel."
    [all...]
transport.cc 41 bool BadTransportDescription(const std::string& desc, std::string* err_desc) {
103 return BadTransportDescription("Invalid ice-ufrag or ice-pwd length",
145 return BadTransportDescription("Invalid ice-ufrag or ice-pwd length",
transport.h 152 bool BadTransportDescription(const std::string& desc, std::string* err_desc);

Completed in 609 milliseconds