HomeSort by relevance Sort by last modified time
    Searched defs:Disconnect (Results 1 - 25 of 36) sorted by null

1 2

  /external/autotest/client/cros/cellular/pseudomodem/
modem_simple.py 59 def Disconnect(self, bearer, return_cb, raise_cb, *return_cb_args):
61 Disconnect an active packet data connection.
63 @param bearer: The object path of the data bearer to disconnect. If the
64 path is "/" (i.e. no object given) this method will disconnect
67 response for the initial Disconnect request.
69 in response to the initial Disconnect request.
bearer.py 109 def Disconnect(self):
111 Disconnect and deactivate this packet data connection. In a real bearer,
modem_cdma.py 359 def Disconnect(self, bearer_path, return_cb, raise_cb, *return_cb_args):
369 logging.info('ModemCdma.Disconnect: %s', bearer_path)
modem_3gpp.py 372 self.Disconnect(mm1_constants.ROOT_PATH, _Reregister, raise_cb)
487 def Disconnect(self, bearer_path, return_cb, raise_cb, *return_cb_args):
497 logging.info('Disconnect: %s', bearer_path)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_http.py 26 Ideally, owners of instances of this class should call Disconnect() before
36 self.Disconnect()
47 def Disconnect(self):
91 self.Disconnect()
inspector_websocket.py 68 def Disconnect(self):
inspector_backend.py 49 Disconnect() before disposing of the instance.
79 def Disconnect(self):
86 self._websocket.Disconnect()
89 self.Disconnect()
453 self._websocket.Disconnect()
  /external/webrtc/webrtc/libjingle/xmpp/
xmppthread.cc 48 void XmppThread::Disconnect() {
xmppclient.cc 42 // We need to disconnect from socket_ before engine_ is destructed (by
68 socket_->SignalConnected.disconnect(this);
69 socket_->SignalRead.disconnect(this);
70 socket_->SignalClosed.disconnect(this);
295 XmppReturnStatus XmppClient::Disconnect() {
299 d_->engine_->Disconnect();
xmppengineimpl.cc 253 XmppReturnStatus XmppEngineImpl::Disconnect() {
  /external/autotest/client/site_tests/network_3GDisconnectFailure/
network_3GDisconnectFailure.py 17 # Use our own connect/disconnect timeout for this test because we are using a
41 Returns a modem that fails on disconnect request.
44 @returns: A modem of the given family that fails disconnect.
52 def Disconnect(
56 org.freedesktop.ModemManager1.Modem.Simple.Disconnect. Sets the
58 thinking that the disconnect failed while disconnecting.
63 logging.info('Simulating failed Disconnect')
74 Returns a modem implementation that fails disconnect except the first one.
78 disconnect attempts.
90 def Disconnect(
    [all...]
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.cc 85 Status BluetoothLowEnergyBinderServer::Disconnect(int client_id,
98 *_aidl_return = client->Disconnect(std::string(String8(address).string()));
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 108 def Disconnect(self):
  /external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py 47 def Disconnect(self):
48 return self.command_delegate.Disconnect()
72 def Disconnect(self):
74 Disconnect Modem.
80 self.modem.Disconnect()
118 def Disconnect(self):
120 Disconnect Modem.
125 self.GetService().Disconnect()
155 def Disconnect(self):
157 logging.info('Disconnect with %s' % cmds
    [all...]
  /external/libbrillo/brillo/glib/
dbus.h 350 void Disconnect(MonitorConnection<F>* connection) {
  /system/bt/service/
low_energy_client.cc 71 bool LowEnergyClient::Disconnect(const std::string& address) {
82 LOG(WARNING) << "Can't disconnect, no existing connection to " << address;
88 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->disconnect(
91 LOG(ERROR) << "HAL call to disconnect failed";
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Handle.c 613 Attempts to disconnect all drivers that are using the protocol interface being queried.
619 @param Prot The protocol to disconnect drivers from
623 @retval EFI_ACCESS_DENIED Failed to disconnect one or all of the drivers
640 // Attempt to disconnect all drivers from this protocol interface
752 // Attempt to disconnect all drivers that are using the protocol interface that is about to be removed
994 BOOLEAN Disconnect;
1132 Disconnect = FALSE;
1133 for ( Link = Prot->OpenList.ForwardLink; (Link != &Prot->OpenList) && (!Disconnect); Link = Link->ForwardLink) {
1136 Disconnect = TRUE;
1146 } while (Disconnect);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BluetoothConfig.h 229 Disconnect a Bluetooth device.
233 @param Reason Bluetooth disconnect reason. See Bluetooth specification for detail.
238 @retval EFI_DEVICE_ERROR A hardware error occurred trying to disconnect the Bluetooth device.
502 EFI_BLUETOOTH_CONFIG_DISCONNECT Disconnect;
SmartCardEdge.h 274 SCardHandle is released only on Disconnect.
288 removed. A Disconnect should be performed.
303 The Disconnect function releases the connection previously established by
333 has been removed. A Disconnect should be performed.
360 has been removed. A Disconnect should be performed.
410 has been removed. A Disconnect should be performed.
441 has been removed. A Disconnect should be performed.
480 has been removed. A Disconnect should be performed.
531 has been removed. A Disconnect should be performed.
589 has been removed. A Disconnect should be performed.
    [all...]
  /external/autotest/client/cros/cellular/
modem1.py 238 def Disconnect(self):
239 self.SimpleModem().Disconnect('/', timeout=MODEM_TIMEOUT)
pseudo_modem.py 500 def Disconnect(self, bearer, return_cb, raise_cb, **kwargs):
501 """Disconnect the modem from the network."""
517 logging.info('Modem: Disconnect')
modem.py 250 def Disconnect(self):
251 self.Modem().Disconnect(timeout=MODEM_TIMEOUT)
  /external/webrtc/webrtc/base/
sigslot_unittest.cc 42 Disconnect();
47 void Disconnect() {
49 signal_->disconnect(this);
75 Disconnect();
78 void Disconnect() {
79 st_receiver_.Disconnect();
80 mt_receiver_.Disconnect();
186 Disconnect();
httpbase.cc 292 // If we reach the end of the receive stream, we disconnect our stream
297 HttpBase* base = Disconnect(http_error);
324 HttpBase* base = Disconnect(HE_NONE);
344 HttpBase* Disconnect(HttpError error) {
397 stream->SignalEvent.disconnect(this);
738 data_->document->SignalEvent.disconnect(this);
744 ds->Disconnect(err);
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 546 void SctpDataMediaChannel::Disconnect() {
557 Disconnect();
    [all...]

Completed in 461 milliseconds

1 2