Searched refs:error_desc (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransport.h71 std::string* error_desc) {
87 return BadTransportDescription(desc.str(), error_desc);
92 error_desc);
100 error_desc);
104 return Base::ApplyLocalTransportDescription_w(channel, error_desc);
108 std::string* error_desc) {
112 return BadTransportDescription(msg, error_desc);
156 error_desc);
167 return BadTransportDescription(msg, error_desc);
175 error_desc);
70 ApplyLocalTransportDescription_w(TransportChannelImpl* channel, std::string* error_desc) argument
107 NegotiateTransportDescription_w(ContentAction local_role, std::string* error_desc) argument
229 ApplyNegotiatedTransportDescription_w( TransportChannelImpl* channel, std::string* error_desc) argument
[all...]
H A Dstunserver.h66 int error_code, const char* error_desc);
H A Dstunserver.cc89 int error_code, const char* error_desc) {
96 err_code->SetReason(error_desc);
87 SendErrorResponse( const StunMessage& msg, const rtc::SocketAddress& addr, int error_code, const char* error_desc) argument
H A Dtransport.h283 std::string* error_desc);
288 std::string* error_desc);
377 std::string* error_desc);
382 std::string* error_desc);
390 std::string* error_desc);
396 TransportChannelImpl* channel, std::string* error_desc);
487 std::string* error_desc);
490 std::string* error_desc);
H A Dtransport.cc199 std::string* error_desc) {
202 description, action, error_desc));
208 std::string* error_desc) {
211 description, action, error_desc));
739 std::string* error_desc) {
745 error_desc);
761 ret &= ApplyLocalTransportDescription_w(iter->second.get(), error_desc);
768 ret &= NegotiateTransportDescription_w(action, error_desc);
776 std::string* error_desc) {
782 error_desc);
196 SetLocalTransportDescription( const TransportDescription& description, ContentAction action, std::string* error_desc) argument
205 SetRemoteTransportDescription( const TransportDescription& description, ContentAction action, std::string* error_desc) argument
736 SetLocalTransportDescription_w( const TransportDescription& desc, ContentAction action, std::string* error_desc) argument
773 SetRemoteTransportDescription_w( const TransportDescription& desc, ContentAction action, std::string* error_desc) argument
798 ApplyLocalTransportDescription_w(TransportChannelImpl* ch, std::string* error_desc) argument
820 ApplyRemoteTransportDescription_w(TransportChannelImpl* ch, std::string* error_desc) argument
827 ApplyNegotiatedTransportDescription_w( TransportChannelImpl* channel, std::string* error_desc) argument
834 NegotiateTransportDescription_w(ContentAction local_role, std::string* error_desc) argument
[all...]
H A Dsession.h151 std::string* error_desc);
154 std::string* error_desc);
322 const std::string& error_desc() const { return error_desc_; } function in class:cricket::BaseSession
329 // TODO(ronghuawu): remove the SetError method that doesn't take |error_desc|.
330 virtual void SetError(Error error, const std::string& error_desc);
382 std::string* error_desc);
478 std::string* error_desc);
481 std::string* error_desc);
562 virtual void SetError(Error error, const std::string& error_desc);
H A Dsession.cc282 std::string* error_desc) {
289 error_desc);
298 std::string* error_desc) {
305 error_desc);
463 std::string* error_desc) {
467 error_desc);
471 error_desc);
477 std::string* error_desc) {
489 error_desc)) {
503 std::string* error_desc) {
279 SetLocalTransportDescription( const TransportDescription& description, ContentAction action, std::string* error_desc) argument
295 SetRemoteTransportDescription( const TransportDescription& description, ContentAction action, std::string* error_desc) argument
461 PushdownTransportDescription(ContentSource source, ContentAction action, std::string* error_desc) argument
474 PushdownLocalTransportDescription( const SessionDescription* sdesc, ContentAction action, std::string* error_desc) argument
500 PushdownRemoteTransportDescription( const SessionDescription* sdesc, ContentAction action, std::string* error_desc) argument
670 SetError(Error error, const std::string& error_desc) argument
1559 SetError(Error error, const std::string& error_desc) argument
[all...]
H A Drelayserver.cc74 const char* error_desc, const std::string& magic_cookie) {
92 err_code->SetReason(error_desc);
650 const StunMessage& request, int error_code, const char* error_desc) {
655 request, socket_, addr_pair_.source(), error_code, error_desc,
72 SendStunError(const StunMessage& msg, rtc::AsyncPacketSocket* socket, const rtc::SocketAddress& remote_addr, int error_code, const char* error_desc, const std::string& magic_cookie) argument
649 SendStunError( const StunMessage& request, int error_code, const char* error_desc) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc65 const std::string& error_desc) {
66 session->SetError(error, error_desc);
69 static void SafeSetError(const std::string& message, std::string* error_desc) { argument
70 if (error_desc) {
71 *error_desc = message;
269 std::string* error_desc) {
271 this, content, action, error_desc));
276 std::string* error_desc) {
278 this, content, action, error_desc));
634 std::string error_desc; local
64 SetSessionError(BaseSession* session, BaseSession::Error error, const std::string& error_desc) argument
267 SetLocalContent(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
274 SetRemoteContent(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
648 std::string error_desc; local
717 const std::string error_desc = local
730 const std::string error_desc = local
874 CheckSrtpConfig(const std::vector<CryptoParams>& cryptos, bool* dtls, std::string* error_desc) argument
886 SetRecvRtpHeaderExtensions_w( const MediaContentDescription* content, MediaChannel* media_channel, std::string* error_desc) argument
903 SetSendRtpHeaderExtensions_w( const MediaContentDescription* content, MediaChannel* media_channel, std::string* error_desc) argument
922 SetSrtp_w(const std::vector<CryptoParams>& cryptos, ContentAction action, ContentSource src, std::string* error_desc) argument
968 SetRtcpMux_w(bool enable, ContentAction action, ContentSource src, std::string* error_desc) argument
1023 UpdateLocalStreams_w(const std::vector<StreamParams>& streams, ContentAction action, std::string* error_desc) argument
1096 UpdateRemoteStreams_w( const std::vector<StreamParams>& streams, ContentAction action, std::string* error_desc) argument
1173 SetBaseLocalContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
1192 SetBaseRemoteContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
1455 SetLocalContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
1493 SetRemoteContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
1806 SetLocalContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
1853 SetRemoteContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
2163 SetDataChannelType(DataChannelType new_data_channel_type, std::string* error_desc) argument
2185 SetDataChannelTypeFromContent( const DataContentDescription* content, std::string* error_desc) argument
2194 SetLocalContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
2248 SetRemoteContent_w(const MediaContentDescription* content, ContentAction action, std::string* error_desc) argument
[all...]
H A Dchannel.h114 std::string* error_desc);
117 std::string* error_desc);
304 std::string* error_desc);
307 std::string* error_desc);
310 std::string* error_desc);
313 std::string* error_desc) = 0;
316 std::string* error_desc);
319 std::string* error_desc) = 0;
328 std::string* error_desc);
331 std::string* error_desc);
[all...]
H A Dcall.cc890 const std::string error_desc = local
892 LOG(LS_ERROR) << error_desc;
893 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
903 const std::string error_desc = local
905 LOG(LS_ERROR) << error_desc;
906 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
916 const std::string error_desc = local
918 LOG(LS_ERROR) << error_desc;
919 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
/external/lldb/source/Expression/
H A DClangUserExpression.cpp904 const char *error_desc = NULL; local
910 error_desc = real_stop_info_sp->GetDescription();
912 if (error_desc)
913 error_stream.Printf ("Execution was interrupted, reason: %s.", error_desc);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp844 const char *error_desc = NULL; local
847 error_desc = "error: invalid packet (too short): ";
1297 error_desc = "error: invalid packet command: ";
1301 if (error_desc)
1303 s.PutCString (error_desc);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc3056 std::string error_desc = "Fake session error description."; local
3057 session_->SetError(error_code, error_desc);
3066 session_error_msg << kSessionErrorDesc << error_desc << "."; local
H A Dwebrtcsession.cc1705 desc << kSessionErrorDesc << error_desc() << ".";

Completed in 285 milliseconds