Home
last modified time | relevance | path

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

123

/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/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()
110 service.Disconnect()
141 service.Disconnect()
185 service.Disconnect()
/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/site_tests/cellular_DisconnectFailure/
Dcellular_DisconnectFailure.py52 def Disconnect( member in GetModemDisconnectWhileStateIsDisconnecting._TestModem
90 def Disconnect( member in GetModemDisconnectWhileDisconnectInProgress._TestModem
127 def Disconnect( member in GetModemDisconnectFailOther._TestModem
Dcontrol.pseudomodem14 incorrect state upon certain failures of a Disconnect call.
26 Disconnect call: failure while the modem state is DISCONNECTING and failure
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dnetwork_DhcpStaticIP.py58 service.Disconnect()
75 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()
Dxmppclient.h68 XmppReturnStatus Disconnect();
Dxmppclient.cc295 XmppReturnStatus XmppClient::Disconnect() { in Disconnect() function in buzz::XmppClient
299 d_->engine_->Disconnect(); in Disconnect()
/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
Dbearer.py109 def Disconnect(self): member in Bearer
Dmodem_3gpp.py372 self.Disconnect(mm1_constants.ROOT_PATH, _Reregister, raise_cb)
487 def Disconnect(self, bearer_path, return_cb, raise_cb, *return_cb_args): member in Modem3gpp
/external/autotest/server/site_tests/firmware_PDConnect/
Dcontrol9 PURPOSE = "Servo based PD Connect/Disconnect test"
/external/autotest/client/cros/cellular/
Dmodem.py250 def Disconnect(self): member in Modem
251 self.Modem().Disconnect(timeout=MODEM_TIMEOUT)
Dmodem1.py238 def Disconnect(self): member in Modem
239 self.SimpleModem().Disconnect('/', timeout=MODEM_TIMEOUT)
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.full19 2. Disconnect the network for X minutes (X is configurable in the test).
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_disconnect.py107 self.p2p_interface.Disconnect()
/external/webrtc/talk/media/sctp/
Dsctpdataengine.h196 void Disconnect();

123