/external/autotest/client/cros/networking/ |
D | shill_context.py | 15 from autotest_lib.client.cros.networking import shill_proxy 60 self._initial_autoconnect = shill_proxy.ShillProxy.dbus2primitive( 62 shill_proxy.ShillProxy.SERVICE_PROPERTY_AUTOCONNECT]) 66 shill_proxy.ShillProxy.SERVICE_PROPERTY_AUTOCONNECT, 72 shill_proxy.ShillProxy.SERVICE_PROPERTY_PROFILE]: 73 shill = shill_proxy.ShillProxy.get_proxy() 76 shill_proxy.ShillProxy.MANAGER_PROPERTY_ACTIVE_PROFILE] 80 shill_proxy.ShillProxy.SERVICE_PROPERTY_PROFILE, 95 shill_proxy.ShillProxy.SERVICE_PROPERTY_AUTOCONNECT,
|
D | cellular_proxy.py | 9 from autotest_lib.client.cros.networking import shill_proxy 12 class CellularProxy(shill_proxy.ShillProxy): 130 raise shill_proxy.ShillProxyError( 135 raise shill_proxy.ShillProxyError( 167 raise shill_proxy.ShillProxyError( 176 raise shill_proxy.ShillProxyError( 233 raise shill_proxy.ShillProxyError(
|
D | wimax_proxy.py | 5 from autotest_lib.client.cros.networking import shill_proxy 8 class WiMaxProxy(shill_proxy.ShillProxy):
|
/external/autotest/client/cros/scripts/ |
D | device | 11 from autotest_lib.client.cros.networking import shill_proxy 33 shill_proxy.ShillProxy.set_dbus_property(device, property_key, value) 44 shill = shill_proxy.ShillProxy() 51 shill_proxy.ShillProxy.get_dbus_property(device, property_key)}, 58 shill = shill_proxy.ShillProxy() 77 shill = shill_proxy.ShillProxy()
|
D | profile | 11 from autotest_lib.client.cros.networking import shill_proxy 41 shill = shill_proxy.ShillProxy() 67 shill = shill_proxy.ShillProxy() 86 shill = shill_proxy.ShillProxy() 104 shill = shill_proxy.ShillProxy() 121 shill = shill_proxy.ShillProxy()
|
D | destination | 10 from autotest_lib.client.cros.networking import shill_proxy 35 shill = shill_proxy.ShillProxy()
|
/external/autotest/client/cros/ |
D | dhcpv6_test_base.py | 21 from autotest_lib.client.cros.networking import shill_proxy 48 return self.shill_proxy.find_object('Device', 61 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 62 return self.shill_proxy.find_object('Service', {'Device': device_path}) 80 proxy = self.shill_proxy 118 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties) 125 self._shill_proxy = shill_proxy.ShillProxy() 190 def shill_proxy(self): member in Dhcpv6TestBase
|
D | dhcp_test_base.py | 25 from autotest_lib.client.cros.networking import shill_proxy 84 return self.shill_proxy.find_object('Device', 97 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 98 return self.shill_proxy.find_object('Service', {'Device': device_path}) 116 proxy = self.shill_proxy 154 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties) 162 self._shill_proxy = shill_proxy.ShillProxy() 225 def shill_proxy(self): member in DhcpTestBase
|
/external/autotest/client/cros/cellular/ |
D | test_environment.py | 20 from autotest_lib.client.cros.networking import shill_proxy 128 shill_proxy.ShillProxyError) as e: 165 shill_proxy.ShillProxy.ERROR_IN_PROGRESS): 172 timeout=shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT) 178 shill_proxy.ShillProxy. 185 shill_proxy.ShillProxy.ERROR_NOT_SUPPORTED or 187 shill_proxy.ShillProxy.ERROR_FAILURE and
|
/external/autotest/client/site_tests/network_DefaultProfileServices/ |
D | network_DefaultProfileServices.py | 10 from autotest_lib.client.cros.networking import shill_proxy 31 shill = shill_proxy.ShillProxy.get_proxy() 48 shill = shill_proxy.ShillProxy.get_proxy()
|
/external/autotest/client/site_tests/network_3GStressEnable/ |
D | network_3GStressEnable.py | 12 from autotest_lib.client.cros.networking import shill_proxy 23 shill_proxy.ShillProxy.ERROR_IN_PROGRESS 28 timeout = shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT
|
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/ |
D | network_DhcpVendorEncapsulatedOptions.py | 9 from autotest_lib.client.cros.networking import shill_proxy 27 proxy = shill_proxy.ShillProxy() 46 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
|
/external/autotest/client/site_tests/network_RestartShill/ |
D | network_RestartShill.py | 9 from autotest_lib.client.cros.networking import shill_proxy 24 shill = shill_proxy.ShillProxy.get_proxy()
|
/external/autotest/client/site_tests/network_8021xWiredAuthentication/ |
D | network_8021xWiredAuthentication.py | 14 from autotest_lib.client.cros.networking import shill_proxy 60 return shill_proxy.ShillProxy.dbus2primitive( 98 self._shill_proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_3GRebootStress/ |
D | network_3GRebootStress.py | 10 from autotest_lib.client.cros.networking import shill_proxy 42 timeout=shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT) 48 timeout=shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT)
|
/external/autotest/client/site_tests/network_3GSafetyDance/ |
D | network_3GSafetyDance.py | 14 from autotest_lib.client.cros.networking import shill_proxy 68 except shill_proxy.ShillProxyError: 84 except shill_proxy.ShillProxyError:
|
/external/autotest/client/site_tests/network_DefaultProfileCreation/ |
D | network_DefaultProfileCreation.py | 13 from autotest_lib.client.cros.networking import shill_proxy 46 shill = shill_proxy.ShillProxy.get_proxy()
|
/external/autotest/client/site_tests/network_8021xEapDetection/ |
D | network_8021xEapDetection.py | 12 from autotest_lib.client.cros.networking import shill_proxy 45 self._shill_proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | network_DhcpStaticIP.py | 139 connect_result = self.shill_proxy.wait_for_property_in( 141 self.shill_proxy.SERVICE_PROPERTY_STATE, 226 manager = self.shill_proxy.manager
|
/external/autotest/client/site_tests/network_3GFailedConnect/ |
D | network_3GFailedConnect.py | 15 from autotest_lib.client.cros.networking import shill_proxy 84 shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE,
|
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/ |
D | network_DhcpWpadNegotiation.py | 9 from autotest_lib.client.cros.networking import shill_proxy 27 proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_3GModemControl/ |
D | network_3GModemControl.py | 15 from autotest_lib.client.cros.networking import shill_proxy 38 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR) 42 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR) 368 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR)
|
/external/autotest/client/site_tests/network_DhcpMTU/ |
D | network_DhcpMTU.py | 11 from autotest_lib.client.cros.networking import shill_proxy 29 proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | network_VPNConnect.py | 15 from autotest_lib.client.cros.networking import shill_proxy 60 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 214 self._shill_proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/ |
D | network_DhcpBrokenDefaultGateway.py | 10 from autotest_lib.client.cros.networking import shill_proxy 29 proxy = shill_proxy.ShillProxy()
|