Home
last modified time | relevance | path

Searched refs:Disconnect (Results 1 – 25 of 71) 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/tensorflow/tensorflow/contrib/ignite/kernels/client/
Dignite_ssl_wrapper.cc44 Status status = Disconnect(); in ~SslWrapper()
102 Status SslWrapper::Disconnect() { in Disconnect() function in tensorflow::SslWrapper
108 return client_->Disconnect(); in Disconnect()
Dignite_plain_client_unix.cc36 Status status = Disconnect(); in ~PlainClient()
72 Status PlainClient::Disconnect() { in Disconnect() function in tensorflow::PlainClient
Dignite_plain_client_windows.cc41 Status status = Disconnect(); in ~PlainClient()
91 Status PlainClient::Disconnect() { in Disconnect() function in tensorflow::PlainClient
Dignite_plain_client.h29 Status Disconnect() override;
Dignite_ssl_wrapper.h32 Status Disconnect() override;
/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()
/external/arm-neon-tests/
Darmscript.inc12 //DISCONNECT // Disconnect from the target
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_client.cc28 IGFSClient::~IGFSClient() { client_.Disconnect(); } in ~IGFSClient()
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_simple.py59 def Disconnect(self, bearer, return_cb, raise_cb, *return_cb_args): member in ModemSimple
/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_dataset_iterator.cc137 Status disconnect_status = client_->Disconnect(); in EstablishConnection()
185 return client_->Disconnect(); in CloseConnection()
190 return client_->IsConnected() ? client_->Disconnect() : Status::OK(); in CloseConnection()
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.full18 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"
/external/autotest/client/cros/cellular/
Dmodem1.py238 def Disconnect(self): member in Modem
239 self.SimpleModem().Disconnect('/', timeout=MODEM_TIMEOUT)

123