Lines Matching full:disconnect
31 added which allows us to trigger a bottom half disconnect without
33 it performs exactly half of what disconnect() normally does.
77 Simulates a bottom-half disconnect.
87 await on disconnect(), which awaits the disconnect task and
284 Test calling disconnect() while already disconnected.
290 await self.proto.disconnect()
450 await self.proto.disconnect()
544 # Cheat: force a disconnect.
550 " Call disconnect() to return to IDLE state."),
559 # Cheat: force a disconnect.
565 " Call disconnect() to return to IDLE state."),
581 await self.proto.disconnect()
583 await self.server.disconnect()