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

  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 63 std::string* error_desc) override {
79 return BadTransportDescription(desc.str(), error_desc);
84 error_desc);
92 error_desc);
96 return Base::ApplyLocalTransportDescription(channel, error_desc);
100 std::string* error_desc) override {
104 return BadTransportDescription(msg, error_desc);
148 error_desc);
159 return BadTransportDescription(msg, error_desc);
167 error_desc);
    [all...]
transport.cc 99 std::string* error_desc) {
104 error_desc);
120 ret &= ApplyLocalTransportDescription(kv.second, error_desc);
128 ret &= NegotiateTransportDescription(action, error_desc);
141 std::string* error_desc) {
146 error_desc);
151 ret &= ApplyRemoteTransportDescription(kv.second, error_desc);
156 ret = NegotiateTransportDescription(CA_OFFER, error_desc);
343 std::string* error_desc) {
350 std::string* error_desc) {
    [all...]
transport.h 213 std::string* error_desc);
218 std::string* error_desc);
275 std::string* error_desc);
280 std::string* error_desc);
288 std::string* error_desc);
295 std::string* error_desc);
stunserver.h 49 int error_code, const char* error_desc);
stunserver.cc 60 int error_code, const char* error_desc) {
67 err_code->SetReason(error_desc);
relayserver.cc 57 const char* error_desc, const std::string& magic_cookie) {
75 err_code->SetReason(error_desc);
633 const StunMessage& request, int error_code, const char* error_desc) {
638 request, socket_, addr_pair_.source(), error_code, error_desc,
  /external/webrtc/talk/session/media/
channel.cc 75 static void SafeSetError(const std::string& message, std::string* error_desc) {
76 if (error_desc) {
77 *error_desc = message;
411 std::string* error_desc) {
414 this, content, action, error_desc));
419 std::string* error_desc) {
422 this, content, action, error_desc));
761 std::string* error_desc) {
766 !SetLocalContent(content_desc, action, error_desc)) {
775 std::string* error_desc) {
    [all...]
channel.h 126 std::string* error_desc);
129 std::string* error_desc);
133 std::string* error_desc);
136 std::string* error_desc);
259 std::string* error_desc);
262 std::string* error_desc);
265 std::string* error_desc) = 0;
268 std::string* error_desc) = 0;
272 std::string* error_desc);
281 std::string* error_desc);
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 187 const std::string& error_desc() const { return error_desc_; } function in class:webrtc::WebRtcSession
352 // TODO(ronghuawu): remove the SetError method that doesn't take |error_desc|.
353 virtual void SetError(Error error, const std::string& error_desc);
362 std::string* error_desc);
366 std::string* error_desc);
372 std::string* error_desc);
376 std::string* error_desc);
webrtcsession.cc     [all...]

Completed in 565 milliseconds