Home
last modified time | relevance | path

Searched refs:BadTransportDescription (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h79 return BadTransportDescription(desc.str(), error_desc); in ApplyLocalTransportDescription()
82 return BadTransportDescription( in ApplyLocalTransportDescription()
91 return BadTransportDescription("Failed to set local identity.", in ApplyLocalTransportDescription()
104 return BadTransportDescription(msg, error_desc); in NegotiateTransportDescription()
146 return BadTransportDescription( in NegotiateTransportDescription()
159 return BadTransportDescription(msg, error_desc); in NegotiateTransportDescription()
165 return BadTransportDescription( in NegotiateTransportDescription()
177 return BadTransportDescription(msg, error_desc); in NegotiateTransportDescription()
187 return BadTransportDescription( in NegotiateTransportDescription()
228 return BadTransportDescription("Failed to set ssl role for the channel.", in ApplyNegotiatedTransportDescription()
[all …]
Dtransport.cc41 bool BadTransportDescription(const std::string& desc, std::string* err_desc) { in BadTransportDescription() function
103 return BadTransportDescription("Invalid ice-ufrag or ice-pwd length", in SetLocalTransportDescription()
145 return BadTransportDescription("Invalid ice-ufrag or ice-pwd length", in SetRemoteTransportDescription()
Dtransport.h152 bool BadTransportDescription(const std::string& desc, std::string* err_desc);