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

12345

/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java87 * @see java.net.HttpURLConnection#disconnect()
90 public void disconnect() { method in class:MyHttpsURLConnection
/external/autotest/client/cros/scripts/
H A Dwifi42 print cmd, 'disconnect <ssid> [timeout seconds]'
102 def disconnect(ssid, timeout=None): function
108 @param ssid string Name of the network to disconnect from.
215 if command == 'disconnect':
219 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/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/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java137 * @see java.net.HttpURLConnection#disconnect()
140 public void disconnect() { method in class:MyHttpsURLConnection
/external/autotest/client/cros/chameleon/
H A Daudio_board.py169 def disconnect(self, port_id): member in class:AudioBus
/external/autotest/scheduler/
H A Dscheduler_lib.py88 def disconnect(self): member in class:ConnectionManager
91 self.db_connection.disconnect()
97 self.disconnect()
/external/autotest/server/hosts/
H A Drpc_server_tracker.py27 The host will cleanup all the open RPC server connections on disconnect.
79 self.disconnect(port)
112 method will kill it and disconnect the tunnel process
114 by consulting the rpc_proxy_map in disconnect.
133 self.disconnect(port)
166 self.disconnect(port)
185 existing tunnel process, so we always disconnect any older tunnels
186 we might have through disconnect.
203 def disconnect(self, port): member in class:RpcServerTracker
213 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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpTransport.java134 @Override public void disconnect(HttpEngine engine) throws IOException { method in class:HttpTransport
H A DTransport.java60 void disconnect(HttpEngine engine) throws IOException; method in interface:Transport
H A DFramedTransport.java214 @Override public void disconnect(HttpEngine engine) throws IOException { method in class:FramedTransport
/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/server/cros/network/
H A Dwpa_cli_proxy.py334 def disconnect(self, ssid): member in class:WpaCliProxy
341 logging.debug('disconnect()')
355 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/dbus/dbus/
H A Ddbus-server-protected.h48 void (* disconnect) (DBusServer *server); member in struct:DBusServerVTable
H A Ddbus-transport-protected.h53 void (* disconnect) (DBusTransport *transport); member in struct:DBusTransportVTable
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h48 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h48 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.h48 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf

Completed in 1237 milliseconds

12345