OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCloseEvent
(Results
1 - 17
of
17
) sorted by null
/external/webrtc/webrtc/base/
socketstream.h
50
void
OnCloseEvent
(AsyncSocket* socket, int err);
asyncsocket.cc
37
socket_->SignalCloseEvent.connect(this, &AsyncSocketAdapter::
OnCloseEvent
);
123
void AsyncSocketAdapter::
OnCloseEvent
(AsyncSocket* socket, int err) {
socketstream.cc
31
socket_->SignalCloseEvent.connect(this, &SocketStream::
OnCloseEvent
);
115
void SocketStream::
OnCloseEvent
(AsyncSocket* socket, int err) {
autodetectproxy.h
72
void
OnCloseEvent
(AsyncSocket * socket, int error);
asyncsocket.h
75
virtual void
OnCloseEvent
(AsyncSocket* socket, int err);
asynctcpsocket.h
70
void
OnCloseEvent
(AsyncSocket* socket, int error);
openssladapter.h
51
void
OnCloseEvent
(AsyncSocket* socket, int err) override;
autodetectproxy.cc
78
OnCloseEvent
(socket_, ETIMEDOUT);
200
socket_->SignalCloseEvent.connect(this, &AutoDetectProxy::
OnCloseEvent
);
282
void AutoDetectProxy::
OnCloseEvent
(AsyncSocket * socket, int error) {
asynctcpsocket.cc
67
socket_->SignalCloseEvent.connect(this, &AsyncTCPSocketBase::
OnCloseEvent
);
229
void AsyncTCPSocketBase::
OnCloseEvent
(AsyncSocket* socket, int error) {
socketadapters.h
117
void
OnCloseEvent
(AsyncSocket* socket, int err) override;
231
void
OnCloseEvent
(AsyncSocket* socket, int err) override;
openssladapter.cc
434
AsyncSocketAdapter::
OnCloseEvent
(this, err);
639
AsyncSocketAdapter::
OnCloseEvent
(socket, err);
705
OpenSSLAdapter::
OnCloseEvent
(AsyncSocket* socket, int err) {
706
LOG(LS_INFO) << "OpenSSLAdapter::
OnCloseEvent
(" << err << ")";
707
AsyncSocketAdapter::
OnCloseEvent
(socket, err);
testutils.h
81
socket->SignalCloseEvent.connect(this, &StreamSink::
OnCloseEvent
);
117
void
OnCloseEvent
(AsyncSocket* socket, int error) {
335
socket_->SignalCloseEvent.connect(this, &SocketTestClient::
OnCloseEvent
);
371
void
OnCloseEvent
(AsyncSocket* socket, int error) {
socketadapters.cc
311
void AsyncHttpsProxySocket::
OnCloseEvent
(AsyncSocket * socket, int err) {
312
LOG(LS_VERBOSE) << "AsyncHttpsProxySocket::
OnCloseEvent
(" << err << ")";
317
BufferedReadAdapter::
OnCloseEvent
(socket, err);
505
OnCloseEvent
(this, 0);
903
void LoggingSocketAdapter::
OnCloseEvent
(AsyncSocket * socket, int err) {
907
AsyncSocketAdapter::
OnCloseEvent
(socket, err);
natsocketfactory.cc
102
socket_->SignalCloseEvent.connect(this, &NATSocket::
OnCloseEvent
);
256
void
OnCloseEvent
(AsyncSocket* socket, int error) {
nat_unittest.cc
341
void
OnCloseEvent
(AsyncSocket* socket, int error) {
/external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.h
55
void
OnCloseEvent
(rtc::AsyncSocket * socket, int error);
xmppsocket.cc
56
cricket_socket_->SignalCloseEvent.connect(this, &XmppSocket::
OnCloseEvent
);
109
void XmppSocket::
OnCloseEvent
(rtc::AsyncSocket * socket, int error) {
Completed in 1158 milliseconds