Searched defs:GetError (Results 1 - 21 of 21) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppauth.h52 virtual int GetError() const { return 0; } function in class:XmppAuth
H A Dxmppsocket.cc100 LOG(LS_ERROR) << "Send error: " << cricket_socket_->GetError();
173 int XmppSocket::GetError() { function in class:XmppSocket
/external/chromium/chrome/browser/extensions/
H A Dextension_function.cc54 const std::string AsyncExtensionFunction::GetError() { function in class:AsyncExtensionFunction
H A Dextensions_quota_service_unittest.cc56 virtual const std::string GetError() { return std::string(); } function in class:__anon2151::MockFunction
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsslsocketfactory.cc70 virtual int GetError() const { function in class:talk_base::ProxySocketAdapter
72 return socket_->GetError();
102 } else if (!IsBlockingError(socket_->GetError())) {
103 SignalCloseEvent(this, socket_->GetError());
H A Dasyncudpsocket.cc45 LOG(LS_INFO) << "Failed to bind UDP socket " << socket->GetError();
100 int AsyncUDPSocket::GetError() const { function in class:talk_base::AsyncUDPSocket
101 return socket_->GetError();
120 << "receive failed with error " << socket_->GetError();
H A Dasyncsocket.h95 virtual int GetError() const { function in class:talk_base::AsyncSocketAdapter
96 return socket_->GetError();
H A Dasynctcpsocket.cc81 LOG(LS_ERROR) << "Listen() failed with error " << socket_->GetError();
153 int AsyncTCPSocket::GetError() const { function in class:talk_base::AsyncTCPSocket
154 return socket_->GetError();
226 LOG(LS_ERROR) << "TCP accept failed with error " << socket_->GetError();
239 LOG(LS_ERROR) << "Recv() returned error: " << socket_->GetError();
H A Dphysicalsocketserver.cc231 int GetError() const { function in class:talk_base::PhysicalSocket
H A Dwin32socketserver.cc383 int Win32Socket::GetError() const { function in class:talk_base::Win32Socket
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc73 int TransportChannelProxy::GetError() { function in class:cricket::TransportChannelProxy
75 return impl_->GetError();
H A Dp2ptransportchannel.h85 virtual int GetError() { return error_; } function in class:cricket::P2PTransportChannel
H A Drawtransportchannel.cc92 int RawTransportChannel::GetError() { function in class:cricket::RawTransportChannel
93 return (port_ != NULL) ? port_->GetError() : 0;
H A Dudpport.cc86 error_ = socket_->GetError();
97 int UDPPort::GetError() { function in class:cricket::UDPPort
H A Dstunport.cc189 error_ = socket_->GetError();
200 int StunPort::GetError() { function in class:cricket::StunPort
252 PLOG(LERROR, socket_->GetError()) << "sendto";
H A Dtcpport.cc126 error_ = socket->GetError();
137 int TCPPort::GetError() { function in class:cricket::TCPPort
230 error_ = socket_->GetError();
237 int TCPConnection::GetError() { function in class:cricket::TCPConnection
H A Dport.h181 virtual int GetError() = 0;
326 virtual int GetError() = 0;
416 virtual int GetError() { return error_; } function in class:cricket::ProxyConnection
H A Dpseudotcp.cc452 int PseudoTcp::GetError() { function in class:cricket::PseudoTcp
H A Drelayport.cc76 int GetError() { return socket_->GetError(); } function in class:cricket::RelayConnection
107 int GetError();
339 error_ = entry->GetError();
352 error_ = entries_[i]->GetError();
359 int RelayPort::GetError() { function in class:cricket::RelayPort
405 std::strerror(socket_->GetError());
498 int RelayEntry::GetError() { function in class:cricket::RelayEntry
500 return current_connection_->GetError();
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.h124 virtual Error GetError(int *subcode) { function in class:buzz::XmppEngineImpl
H A Dxmppclient.cc153 XmppClient::GetError(int *subcode) { function in class:buzz::XmppClient
165 return d_->engine_->GetError(subcode);
228 d_->pre_engine_subcode_ = d_->pre_auth_->GetError();
348 int code = socket_->GetError();

Completed in 204 milliseconds