Home
last modified time | relevance | path

Searched defs:connection_lost (Results 1 – 18 of 18) sorted by relevance

/external/python/pyserial/serial/threaded/
D__init__.py30 def connection_lost(self, exc): member in Protocol
57 def connection_lost(self, exc): member in Packetizer
93 def connection_lost(self, exc): member in FramedPacket
280 def connection_lost(self, exc): member in PrintLines
/external/python/bumble/bumble/transport/
Dtcp_client.py40 def connection_lost(self, exc): member in open_tcp_client_transport.TcpPacketSource
Dtcp_server.py57 def connection_lost(self, error): member in open_tcp_server_transport.TcpServerProtocol
/external/python/pyserial/test/
Dtest_asyncio.py55 def connection_lost(self, exc): member in Test_asyncio.test_asyncio.Output
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_buffered_proto.py23 def connection_lost(self, exc): member in ReceiveStuffProto
Dtest_sendfile.py54 def connection_lost(self, exc): member in MySendfileProto
85 def connection_lost(self, exc): member in MyProto
Dtest_events.py109 def connection_lost(self, exc): member in MyBaseProto
147 def connection_lost(self, exc): member in MyDatagramProto
181 def connection_lost(self, exc): member in MyReadPipeProto
208 def connection_lost(self, exc): member in MyWritePipeProto
238 def connection_lost(self, exc): member in MySubprocessProtocol
688 def connection_lost(self, exc): member in EventLoopTestsMixin.test_connect_accepted_socket.MyProto
Dtest_sock_lowlevel.py49 def connection_lost(self, exc): member in MyProto
Dtest_base_events.py1035 def connection_lost(self, exc): member in MyProto
1067 def connection_lost(self, exc): member in MyDatagramProto
1994 def connection_lost(self, exc): member in BaseLoopSockSendfileTests.MyProto
Dtest_sslproto.py540 def connection_lost(self, exc): member in BaseStartTLS.test_start_tls_server_1.ServerProto
Dtest_proactor_events.py939 def connection_lost(self, exc): member in ProactorEventLoopUnixSockSendfileTests.MyProto
Dtest_unix_events.py470 def connection_lost(self, exc): member in SelectorEventLoopUnixSockSendfileTests.MyProto
/external/python/cpython3/Lib/asyncio/
Dstreams.py153 def connection_lost(self, exc): member in FlowControlMixin
247 def connection_lost(self, exc): member in StreamReaderProtocol
Dprotocols.py29 def connection_lost(self, exc): member in BaseProtocol
Dbase_subprocess.py269 def connection_lost(self, exc): member in WriteSubprocessPipeProto
Dsslproto.py488 def connection_lost(self, exc): member in SSLProtocol
Dbase_events.py237 def connection_lost(self, exc): member in _SendfileFallbackProtocol
/external/python/bumble/apps/
Dl2cap_bridge.py102 def connection_lost(self, exc): member in ServerBridge.on_coc.Pipe.connect_to_tcp.TcpClientProtocol