Searched defs:disconnect (Results 1 - 25 of 90) sorted by relevance

1234

/external/autotest/client/cros/scripts/
H A Dwifi40 print cmd, 'disconnect <ssid> [timeout seconds]'
100 def disconnect(ssid, timeout=None): function
106 @param ssid string Name of the network to disconnect from.
213 if command == 'disconnect':
217 return disconnect(ssid, timeout)
/external/autotest/server/cros/faft/
H A Drpc_proxy.py55 self.disconnect()
96 def disconnect(self): member in class:RPCProxy
98 self._client.rpc_server_tracker.disconnect(self._client_config.rpc_port)
/external/selinux/libsemanage/src/
H A Dpolicy.h41 int (*disconnect) (struct semanage_handle *); member in struct:semanage_policy_table
/external/volley/src/test/java/com/android/volley/mock/
H A DMockHttpURLConnection.java65 public void disconnect() { method in class:MockHttpURLConnection
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
H A Dtcp-server.js45 disconnect: null, // Called when socket is disconnected.
94 * @see https://developer.chrome.com/apps/sockets_tcpServer#method-disconnect
96 TcpServer.prototype.disconnect = function() {
198 disconnect: null, // Called when socket is disconnected.
/external/autotest/client/cros/chameleon/
H A Daudio_board.py169 def disconnect(self, port_id): member in class:AudioBus
H A Daudio_widget_link.py78 def disconnect(self): member in class:WidgetBinder
85 self._link.disconnect(self._source, self._sink)
160 def disconnect(self, source, sink): member in class:WidgetLink
223 self._audio_bus.disconnect(widget.audio_port.port_id)
255 self._audio_bus.disconnect(widget.audio_port.port_id)
368 def disconnect(self, source, sink): member in class:USBWidgetLink
459 def disconnect(self, source, sink): member in class:HDMIWidgetLink
510 def disconnect(self, source, sink): member in class:BluetoothWidgetLink
563 """Controls adapter to disconnect bluetooth module."""
595 This class supports connect, disconnect, releas
614 def disconnect(self): member in class:WidgetBinderChain
[all...]
/external/autotest/server/hosts/
H A Drpc_server_tracker.py28 The host will cleanup all the open RPC server connections on disconnect.
83 self.disconnect(port)
141 method will kill it and disconnect the tunnel process
143 by consulting the rpc_proxy_map in disconnect.
163 self.disconnect(port)
207 self.disconnect(port)
226 existing tunnel process, so we always disconnect any older tunnels
227 we might have through disconnect.
244 def disconnect(self, port): member in class:RpcServerTracker
254 This function does nothing if requested to disconnect
[all...]
/external/iw/
H A Dconnect.c61 static int disconnect(struct nl80211_state *state, function
69 TOPLEVEL(disconnect, NULL,
70 NL80211_CMD_DISCONNECT, 0, CIB_NETDEV, disconnect,
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DServiceConnection.java47 public void disconnect() throws IOException; method in interface:ServiceConnection
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DServiceConnectionSE.java79 public void disconnect() { method in class:ServiceConnectionSE
80 connection.disconnect();
H A DHttpsServiceConnectionSE.java71 public void disconnect() { method in class:HttpsServiceConnectionSE
72 connection.disconnect();
/external/libvncserver/webclients/novnc/include/chrome-app/
H A Dtcp-client.js39 disconnect: null, // Called when socket is disconnected.
142 // Register disconnect callback.
143 this.callbacks.disconnect = callback;
149 * @see http://developer.chrome.com/trunk/apps/socket.html#method-disconnect
151 TcpClient.prototype.disconnect = function() {
154 socket.disconnect(this.socketId);
155 if (this.callbacks.disconnect) {
156 this.callbacks.disconnect();
212 log('socket disconnect detected');
213 that.disconnect();
[all...]
/external/autotest/database/
H A Ddatabase_connection.py44 def disconnect(self): member in class:_GenericBackend
272 self.disconnect()
282 self.disconnect()
290 def disconnect(self): member in class:DatabaseConnection
292 self._backend.disconnect()
310 self.disconnect()
/external/autotest/scheduler/
H A Dscheduler_lib.py99 def disconnect(self): member in class:ConnectionManager
102 self.db_connection.disconnect()
108 self.disconnect()
/external/autotest/server/cros/network/
H A Dwpa_cli_proxy.py336 def disconnect(self, ssid): member in class:WpaCliProxy
343 logging.debug('disconnect()')
357 return self.disconnect(ssid)
/external/autotest/site_utils/
H A Ddump_to_cloudsql.py73 def disconnect(self): member in class:MySQLConnectionManager
82 self.disconnect()
241 manager.disconnect()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DBaseUsbConnection.java138 public void disconnect() { method in class:BaseUsbConnection
154 disconnect();
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h49 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h49 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h49 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
/external/autotest/client/cros/networking/
H A Dandroid_xmlrpc_server.py327 def disconnect(self, ssid): member in class:AndroidXmlRpcDelegate
328 """Attempt to disconnect from the given ssid.
331 disconnect was successful.
333 @param ssid string network to disconnect from.
337 # Android had no explicit disconnect, so let's just forget the network.
H A Dshill_xmlrpc_server.py264 def disconnect(self, ssid): member in class:ShillXmlRpcDelegate
265 """Attempt to disconnect from the given ssid.
268 disconnect was successful.
270 @param ssid string network to disconnect from.
274 logging.debug('disconnect()')
/external/autotest/client/site_tests/cellular_GobiDormancyDance/
H A Dcellular_GobiDormancyDance.py59 def disconnect(self): member in class:DormancyTester
129 self.disconnect()
164 self.disconnect()
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp93 void GrGLPathRendering::disconnect(GrGpu::DisconnectType type) { function in class:GrGLPathRendering

Completed in 705 milliseconds

1234