OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disconnect
(Results
26 - 50
of
2197
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/site_tests/network_3GDisableWhileConnecting/
control.mu736
7
PURPOSE = "Check that the 3G modem can handle a
disconnect
while connecting."
9
This test will fail if a
disconnect
request while the modem is
21
Check that the 3G modem can handle a
disconnect
while connecting.
control.wooly
7
PURPOSE = "Check that the 3G modem can handle a
disconnect
while connecting."
9
This test will fail if a
disconnect
request while the modem is
21
Check that the 3G modem can handle a
disconnect
while connecting.
control.y3300
7
PURPOSE = "Check that the 3G modem can handle a
disconnect
while connecting."
9
This test will fail if a
disconnect
request while the modem is
21
Check that the 3G modem can handle a
disconnect
while connecting.
control.y3400
7
PURPOSE = "Check that the 3G modem can handle a
disconnect
while connecting."
9
This test will fail if a
disconnect
request while the modem is
21
Check that the 3G modem can handle a
disconnect
while connecting.
control.zte-mf190
7
PURPOSE = "Check that the 3G modem can handle a
disconnect
while connecting."
9
This test will fail if a
disconnect
request while the modem is
21
Check that the 3G modem can handle a
disconnect
while connecting.
control.pseudomodem
7
PURPOSE = "Check that the 3G modem can handle a
disconnect
while connecting."
9
This test will fail if a
disconnect
request while the modem is
20
Check that the 3G modem can handle a
disconnect
while connecting.
/external/autotest/client/site_tests/network_3GDisconnectFailure/
control
8
Tests that a
disconnect
failure at the modemmanager level is handled properly
14
incorrect state upon certain failures of a
Disconnect
call.
27
Disconnect
call: failure while the modem state is DISCONNECTING and failure
/external/autotest/client/cros/cellular/pseudomodem/
disconnect_machine.py
50
logging.error('DisconnectMachine: Failed to
disconnect
: ' + str(e))
54
# TODO(armansito): What should happen in a
disconnect
76
# There is already a
disconnect
operation in progress.
78
message = 'There is already an ongoing
disconnect
operation.'
85
# There is no
disconnect
operation going on, canceled or otherwise.
119
logging.info('Starting
Disconnect
.')
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.
/external/autotest/server/site_tests/firmware_PDConnect/
firmware_PDConnect.py
15
Servo based USB PD connect/
disconnect
test. This test is written
17
operation in order to force a
disconnect
and connect event. The test
61
"""Exectue
disconnect
/connect sequence test
90
# determine the dualrole command to connect/
disconnect
102
# Attempt connect/
disconnect
iterations
106
# Force Type C
disconnect
/external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py
28
"""Assert that we
disconnect
from |ssid| MAX_DISCONNECT_TIME_SECONDS.
34
# takes to
disconnect
should we fail to
disconnect
in time.
42
raise error.TestFail('Timed out waiting
disconnect
in %f '
48
# It seems redundant to
disconnect
a service that is already
51
self.context.client.shill.
disconnect
(ssid)
/frameworks/base/telephony/java/android/telephony/
PreciseDisconnectCause.java
20
* Contains precise
disconnect
call causes generated by the
27
/** The
disconnect
cause is not valid (Not received a
disconnect
cause)*/
29
/** No
disconnect
cause provided. Generally a local
disconnect
or an incoming missed call */
44
/** Reports a normal
disconnect
only when no other normal cause applies */
/external/autotest/client/site_tests/network_3GDisableGobiWhileConnecting/
control
7
PURPOSE = "Check that the 3G modem can handle a
disconnect
while connecting."
9
This test will fail if a
disconnect
request while the modem is
19
Check that the 3G modem can handle a
disconnect
while connecting.
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
network_WiFi_FastReconnectInDarkResume.py
39
# A deauth packet should instantaneously
disconnect
the DUT
43
# Wait for the DUT to receive the
disconnect
, wake in
53
# reconnected on the dark resume triggered by the
disconnect
.
/external/autotest/client/common_lib/cros/network/
iw_event_logger.py
38
"""Check log message for
disconnect
event.
43
@param: message String message to check for
disconnect
event.
45
@returns True if the log message is a
disconnect
event, false otherwise.
122
disconnect
. Assume the one that appeared in the log first is the start
138
# Newer wpa_supplicant would attempt to
disconnect
then reconnect
140
#
disconnect
attempt, we'll assume the
disconnect
attempt is the
159
times the "
disconnect
" and "Deauthenticated" messages appear.
172
"""Return
disconnect
time.
/external/webrtc/webrtc/base/
socketstream.cc
38
socket_->SignalConnectEvent.
disconnect
(this);
39
socket_->SignalReadEvent.
disconnect
(this);
40
socket_->SignalWriteEvent.
disconnect
(this);
41
socket_->SignalCloseEvent.
disconnect
(this);
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
();
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarTest.java
77
// double
disconnect
should be safe.
78
car.
disconnect
();
79
car.
disconnect
();
95
car.
disconnect
();
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarTest.java
86
// double
disconnect
should be safe.
87
car.
disconnect
();
88
car.
disconnect
();
104
car.
disconnect
();
/external/autotest/client/cros/scripts/
wifi
42
print cmd, '
disconnect
<ssid> [timeout seconds]'
102
def
disconnect
(ssid, timeout=None):
function
103
"""
Disconnect
from the specified network.
105
Disconnect
from a network with name |ssid|. Note that this
108
@param ssid string Name of the network to
disconnect
from.
121
print '
Disconnect
time: %f.' % duration
215
if command == '
disconnect
':
219
return
disconnect
(ssid, timeout)
/external/autotest/client/site_tests/network_WiMaxSmoke/
control
15
4. The WiMAX module fails to
disconnect
from the network.
27
the connect/
disconnect
sequence several times. Each time after connecting to
/external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
network_WiFi_WakeOnDisconnect.py
14
"""Test that WiFi
disconnect
wakes up the system."""
31
# Kick over the router to trigger wake on
disconnect
.
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.cpp
34
void Direct3DContentProvider::
Disconnect
()
36
m_controller->
Disconnect
();
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.cpp
34
void Direct3DContentProvider::
Disconnect
()
36
m_controller->
Disconnect
();
/external/webrtc/webrtc/examples/peerconnection/server/
server_test.html
58
disconnect
();
159
document.getElementById("
disconnect
").disabled = false;
165
function
disconnect
() {
185
document.getElementById("
disconnect
").disabled = true;
189
window.onbeforeunload =
disconnect
;
222
<button disabled="true" id="
disconnect
"
223
onclick="
disconnect
();">
Disconnect
</button>
Completed in 770 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>