Home
last modified time | relevance | path

Searched defs:autoconnect (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/networking/
Dshill_context.py45 def __init__(self, get_service, autoconnect): argument
101 def autoconnect(self): member in ServiceAutoConnectContext
Dwifi_proxy.py47 autoconnect=None): argument
97 autoconnect=None, argument
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_datatypes.py52 expect_failure=False, guid=None, autoconnect=None, argument
234 def __init__(self, guid, passphrase=None, autoconnect=None): argument
/external/autotest/client/cros/cellular/
Dcell_tools.py346 def __init__(self, device, flim, autoconnect): argument
/external/autotest/client/site_tests/network_MobileSuspendResume/
Dnetwork_MobileSuspendResume.py328 def run_once(self, scenario_group='all', autoconnect=False, argument
/external/autotest/client/site_tests/network_3GModemControl/
Dnetwork_3GModemControl.py347 def run_once(self, test_env, autoconnect, mixed_iterations=2, argument
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc126 GtkMainWnd::GtkMainWnd(const char* server, int port, bool autoconnect, in GtkMainWnd()