/external/autotest/client/site_tests/network_MobileSuspendResume/ |
control.wimax_stress_autoconnect_off | 11 device. Verify that if autoconnect is turned on that the device autoconnects 24 job.run_test('network_MobileSuspendResume', autoconnect=False,
|
control.wimax_stress_autoconnect_on | 11 device. Verify that if autoconnect is turned on that the device autoconnects 24 job.run_test('network_MobileSuspendResume', autoconnect=True,
|
network_MobileSuspendResume.py | 226 # This verifies that autoconnect works. 235 if props['AutoConnect']: 328 def run_once(self, scenario_group='all', autoconnect=False, 350 service.SetProperty('AutoConnect', dbus.Boolean(autoconnect)) 352 logging.info('Running scenarios with autoconnect %s.' % autoconnect)
|
/external/autotest/client/site_tests/network_3GModemControl/ |
control.e362 | 41 job.run_test('network_3GModemControl', test_env=test_env, autoconnect=False, 42 slow_connect=True, tag='no-autoconnect-e362') 43 job.run_test('network_3GModemControl', test_env=test_env, autoconnect=True, 44 slow_connect=True, tag='autoconnect-e362')
|
network_3GModemControl.py | 77 True - to indicate that shill may autoconnect again. 123 False - to indicate that shill may not autoconnect again. 285 self.EnsureEnabled(check_idle=not self.autoconnect) 306 self.EnsureEnabled(check_idle=not self.autoconnect) 308 if not self.autoconnect: 312 logging.info('Expecting AutoConnect to connect') 318 if not (self.autoconnect and will_autoreconnect): 327 logging.info('Connecting manually, since AutoConnect was on') 347 def run_once(self, test_env, autoconnect, mixed_iterations=2, 350 self.autoconnect = autoconnec [all...] |
/external/autotest/client/cros/cellular/ |
cell_tools.py | 73 # TODO(rochberg): Turn off autoconnect 336 """Context manager which sets autoconnect to either true or false. 338 Enable or Disable autoconnect for the cellular service. 342 with cell_tools.DisableAutoConnectContext(device, flim, autoconnect): 346 def __init__(self, device, flim, autoconnect): 349 self.autoconnect = autoconnect 364 """Power up device, get the service and disable autoconnect.""" 379 # Always set the AutoConnect property even if the requested value 380 # is the same so that shill will retain the AutoConnect property, els [all...] |
cell_tools_test_on_chromebook.py | 44 self.service.SetProperty('AutoConnect', dbus.Boolean(False)) 67 self.service.SetProperty('AutoConnect', dbus.Boolean(False)) 79 self.service.SetProperty('AutoConnect', dbus.Boolean(False))
|
/external/autotest/client/cros/networking/ |
shill_context.py | 25 """A context manager for overriding a service's 'AutoConnect' property. 39 # Within this context, the 'AutoConnect' property of the service 45 def __init__(self, get_service, autoconnect): 47 self._autoconnect = autoconnect 56 # Always set the AutoConnect property even if the requested value 57 # is the same so that shill will retain the AutoConnect property, else 63 logging.info('ServiceAutoConnectContext: change autoconnect to %s', 92 logging.info('ServiceAutoConnectContext: restore autoconnect to %s', 101 def autoconnect(self): member in class:ServiceAutoConnectContext 102 """AutoConnect property value within this context."" [all...] |
wifi_proxy.py | 47 autoconnect=None): 59 @param autoconnect bool or None. None indicates that this should not 73 if autoconnect is not None: 74 config_params[self.SERVICE_PROPERTY_AUTOCONNECT] = autoconnect 97 autoconnect=None, 118 @param autoconnect: bool or None. None indicates that this should not 149 autoconnect=autoconnect): 196 if autoconnect is not None: 198 autoconnect) [all...] |
/system/connectivity/shill/test-scripts/ |
test-flimflam | 19 print " autoconnect <service> [autoconnect]" 193 elif sys.argv[1] in ["autoconnect", "autoconn"]: 204 autoconnect = flimflam.make_dbus_boolean(sys.argv[3]) 206 service.SetProperty("AutoConnect", autoconnect) 208 print "Auto connect %s for %s" % (autoconnect, sys.argv[2]) 217 if "AutoConnect" in properties.keys(): 218 autoconnect = properties["AutoConnect"] [all...] |
configure-service | 22 elif property_key in ["AutoConnect", "WiFi.HiddenSSID", "EAP.UseSystemCAS",
|
set-service-property | 20 elif property_key in ["AutoConnect", "WiFi.HiddenSSID", "EAP.UseSystemCAs",
|
get-service | 22 elif property_key in ["AutoConnect", "WiFi.HiddenSSID", "EAP.UseSystemCAS",
|
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
control | 16 autoconnect to remembered services when a profile pop or entry delete
|
/system/connectivity/shill/ethernet/ |
ethernet_service_unittest.cc | 79 TEST_F(EthernetServiceTest, AutoConnect) { 99 service_->AutoConnect(); 116 // Make sure when we try to load an Ethernet service, it sets AutoConnect
|
/external/autotest/client/common_lib/cros/network/ |
xmlrpc_datatypes.py | 52 expect_failure=False, guid=None, autoconnect=None, 70 @param autoconnect: bool or None. None indicates that this should not 103 self.autoconnect = autoconnect 234 def __init__(self, guid, passphrase=None, autoconnect=None): 239 @param autoconnect: bool or None. None indicates that this should not 247 self.autoconnect = autoconnect
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
flagdefs.h | 24 DEFINE_bool(autoconnect, false, "Connect to the server without user "
|
/system/connectivity/shill/cellular/ |
mock_cellular_service.h | 34 MOCK_METHOD0(AutoConnect, void());
|
/system/connectivity/shill/ |
service_property_change_test.h | 31 // Test AutoConnect property change notification. Implemented by
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_dbus_shill_wifi_client.h | 32 AutoConnectType autoconnect, 41 AutoConnectType autoconnect) override; 49 AutoConnectType autoconnect, 107 void SetAutoConnectInServiceParams(AutoConnectType autoconnect,
|
proxy_shill_wifi_client.h | 51 AutoConnectType autoconnect, 60 AutoConnectType autoconnect) = 0; 68 AutoConnectType autoconnect,
|
proxy_dbus_shill_wifi_client.cc | 59 AutoConnectType autoconnect, 65 SetAutoConnectInServiceParams(autoconnect, &service_params); 81 AutoConnectType autoconnect) { 94 SetAutoConnectInServiceParams(autoconnect, &service_params); 117 AutoConnectType autoconnect, 135 hidden_network, guid,autoconnect)) { 172 if (autoconnect != kAutoConnectTypeUnspecified) { 174 shill::kAutoConnectProperty, brillo::Any(bool(autoconnect)), nullptr)); 603 AutoConnectType autoconnect, 605 if (autoconnect != kAutoConnectTypeUnspecified) [all...] |
/external/autotest/client/site_tests/network_ChromeCellularEndToEnd/ |
network_ChromeCellularEndToEnd.py | 51 """Turn on autoconnect for cellular network. 54 @value: Set / unset autoconnect 58 properties = json.dumps({'Cellular': {'AutoConnect': value}}) 131 """Verify that the DUT is able to autoconnect to cellular network.""" 151 logging.debug('Autoconnect works after suspend/resume.')
|
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/ |
network_WiFi_CSADisconnect.py | 20 autoconnect disabled. 30 assoc_params.autoconnect = False
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bt_gatt_utils.py | 41 def setup_gatt_connection(cen_ad, mac_address, autoconnect, 47 gatt_callback, mac_address, autoconnect, transport) 79 autoconnect=False): 92 cen_ad, mac_address, autoconnect, transport)
|