Home
last modified time | relevance | path

Searched refs:Disconnect (Results 1 – 25 of 78) sorted by relevance

1234

/external/webrtc/webrtc/base/
Dsigslot_unittest.cc42 Disconnect(); in Connect()
47 void Disconnect() { in Disconnect() function in SigslotReceiver
75 Disconnect(); in TearDown()
78 void Disconnect() { in Disconnect() function in SigslotSlotTest
79 st_receiver_.Disconnect(); in Disconnect()
80 mt_receiver_.Disconnect(); in Disconnect()
186 Disconnect(); in TEST_F()
Dhttpbase.cc297 HttpBase* base = Disconnect(http_error); in Read()
324 HttpBase* base = Disconnect(HE_NONE); in Close()
344 HttpBase* Disconnect(HttpError error) { in Disconnect() function in rtc::HttpBase::DocumentStream
744 ds->Disconnect(err); in do_complete()
Dvirtualsocketserver.cc181 server_->Disconnect(server_->LookupBinding(addr)); in Close()
199 server_->Disconnect(socket); in Close()
221 server_->Disconnect(socket); in Close()
224 server_->Disconnect(server_->LookupBinding(data->addr)); in Close()
409 server_->Disconnect(server_->LookupBinding(data->addr)); in OnMessage()
753 bool VirtualSocketServer::Disconnect(VirtualSocket* socket) { in Disconnect() function in rtc::VirtualSocketServer
/external/autotest/client/site_tests/cellular_ModemControl/
Dcellular_ModemControl.py49 def Disconnect(self): member in TechnologyCommands
50 return self.command_delegate.Disconnect()
74 def Disconnect(self): member in ModemCommands
82 self.modem.Disconnect()
120 def Disconnect(self): member in DeviceCommands
127 self.GetService().Disconnect()
157 def Disconnect(self): member in MixedRandomCommands
160 return cmds.Disconnect()
318 will_autoreconnect = commands.Disconnect()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dexc_util_unittest.py44 def Disconnect(self): member in FaultyClient
74 client.Disconnect()
93 client.Disconnect()
107 client.Disconnect()
176 worker.Disconnect()
/external/v8/src/debug/wasm/gdb-server/
Dsession.cc25 void Session::Disconnect() { in Disconnect() function in v8::internal::wasm::gdb_server::Session
26 io_->Disconnect(); in Disconnect()
32 Disconnect(); in GetChar()
Dtransport.h97 virtual void Disconnect() = 0;
124 void Disconnect() override;
152 void Disconnect() override;
Dtransport.cc186 Disconnect(); in Close()
189 void Transport::Disconnect() { in Disconnect() function in v8::internal::wasm::gdb_server::Transport
325 void SocketTransport::Disconnect() { in Disconnect() function in v8::internal::wasm::gdb_server::SocketTransport
326 Transport::Disconnect(); in Disconnect()
Dsession.h36 void Disconnect();
/external/tcpdump/tests/
Dradius-rfc5176-v.out3 Disconnect-Request (40), id: 0x01, Authenticator: e1792d2b4ab349f1a4c0fcc733d091c1
7 Disconnect-ACK (41), id: 0x02, Authenticator: 3bc9c343f689990756b96c583a56890a
11 Disconnect-NAK (42), id: 0x03, Authenticator: d867c308c9c43112b3a669a0e8c0ab8c
/external/autotest/client/site_tests/network_DhcpNak/
Dnetwork_DhcpNak.py58 service.Disconnect()
109 service.Disconnect()
140 service.Disconnect()
184 service.Disconnect()
/external/autotest/client/site_tests/cellular_DisconnectFailure/
Dcontrol.pseudomodem14 incorrect state upon certain failures of a Disconnect call.
26 Disconnect call: failure while the modem state is DISCONNECTING and failure
Dcellular_DisconnectFailure.py52 def Disconnect( member in GetModemDisconnectWhileStateIsDisconnecting._TestModem
90 def Disconnect( member in GetModemDisconnectWhileDisconnectInProgress._TestModem
127 def Disconnect( member in GetModemDisconnectFailOther._TestModem
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc332 hr += _graphBuilder->Disconnect(_outputCapturePin); in DisconnectGraph()
333 hr += _graphBuilder->Disconnect(_inputSendPin); in DisconnectGraph()
338 _graphBuilder->Disconnect(_inputDvPin); in DisconnectGraph()
339 _graphBuilder->Disconnect(_outputDvPin); in DisconnectGraph()
/external/autotest/client/cros/networking/
Dshill_context.py227 self._service.Disconnect()
236 self._service.Disconnect()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppthread.h33 void Disconnect();
Dxmppthread.cc48 void XmppThread::Disconnect() { in Disconnect() function in buzz::XmppThread
Dxmpppump.cc36 client_->Disconnect(); in DoDisconnect()
/external/arm-neon-tests/
Darmscript.inc12 //DISCONNECT // Disconnect from the target
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_simple.py59 def Disconnect(self, bearer, return_cb, raise_cb, *return_cb_args): member in ModemSimple
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.network.full18 2. Disconnect the network for X minutes (X is configurable in the test).
Dcontrol.interrupt.network.full.moblab18 2. Disconnect the network for X minutes (X is configurable in the test).
/external/autotest/server/site_tests/firmware_PDConnect/
Dcontrol9 PURPOSE = "Servo based PD Connect/Disconnect test"
Dcontrol.flip9 PURPOSE = "Servo based PD Connect/Disconnect test"
/external/autotest/client/cros/cellular/
Dmodem1.py238 def Disconnect(self): member in Modem
239 self.SimpleModem().Disconnect('/', timeout=MODEM_TIMEOUT)

1234