/external/autotest/client/cros/networking/ |
D | shill_context.py | 13 from autotest_lib.client.cros.networking import shill_proxy 39 shill = shill_proxy.ShillProxy.get_proxy() 45 shill_proxy.ShillProxy.MANAGER_PROPERTY_ENABLED_TECHNOLOGIES) 52 shill_proxy.ShillProxy.MANAGER_PROPERTY_PROHIBITED_TECHNOLOGIES) 72 shill_proxy.ShillProxy.MANAGER_PROPERTY_PROHIBITED_TECHNOLOGIES, 79 shill = shill_proxy.ShillProxy.get_proxy() 84 shill_proxy.ShillProxy.MANAGER_PROPERTY_PROHIBITED_TECHNOLOGIES, 91 shill_proxy.ShillProxy.MANAGER_PROPERTY_ENABLED_TECHNOLOGIES) 135 self._initial_autoconnect = shill_proxy.ShillProxy.dbus2primitive( 137 shill_proxy.ShillProxy.SERVICE_PROPERTY_AUTOCONNECT]) [all …]
|
D | cellular_proxy.py | 10 from autotest_lib.client.cros.networking import shill_proxy 13 class CellularProxy(shill_proxy.ShillProxy): 79 exception=shill_proxy.ShillProxyTimeoutError( 132 raise shill_proxy.ShillProxyError( 137 raise shill_proxy.ShillProxyError( 142 raise shill_proxy.ShillProxyError( 155 exception=shill_proxy. 168 exception=shill_proxy.ShillProxyTimeoutError( 180 raise shill_proxy.ShillProxyError( 189 raise shill_proxy.ShillProxyError( [all …]
|
/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()
|
/external/autotest/client/cros/ |
D | dhcpv6_test_base.py | 28 from autotest_lib.client.cros.networking import shill_proxy 55 return self.shill_proxy.find_object('Device', 68 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 69 return self.shill_proxy.find_object('Service', {'Device': device_path}) 87 proxy = self.shill_proxy 125 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties) 132 self._shill_proxy = shill_proxy.ShillProxy() 197 def shill_proxy(self): member in Dhcpv6TestBase
|
D | dhcp_test_base.py | 32 from autotest_lib.client.cros.networking import shill_proxy 91 return self.shill_proxy.find_object('Device', 104 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 105 return self.shill_proxy.find_object('Service', {'Device': device_path}) 123 proxy = self.shill_proxy 161 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties) 169 self._shill_proxy = shill_proxy.ShillProxy() 232 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 86 [shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR])) 124 shill_proxy.ShillProxyError) as e: 153 timeout=shill_proxy.ShillProxy.DEVICE_ENUMERATION_TIMEOUT) 162 shill_proxy.ShillProxy.ERROR_IN_PROGRESS): 169 timeout=shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT) 175 shill_proxy.ShillProxy. 182 shill_proxy.ShillProxy.ERROR_NOT_SUPPORTED or 184 shill_proxy.ShillProxy.ERROR_FAILURE and
|
/external/autotest/client/site_tests/cellular_StressEnable/ |
D | cellular_StressEnable.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/cellular_ModemControl/ |
D | cellular_ModemControl.py | 17 from autotest_lib.client.cros.networking import shill_proxy 44 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR) 48 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR) 194 device, shill_proxy.ShillProxy.DEVICE_PROPERTY_POWERED) 205 service, shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE) 400 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR) 422 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR)
|
/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_DhcpStaticIP/ |
D | network_DhcpStaticIP.py | 123 connect_result = self.shill_proxy.wait_for_property_in( 125 self.shill_proxy.SERVICE_PROPERTY_STATE, 126 self.shill_proxy.SERVICE_CONNECTED_STATES, 210 manager = self.shill_proxy.manager
|
/external/autotest/client/site_tests/cellular_Smoke/ |
D | cellular_Smoke.py | 14 from autotest_lib.client.cros.networking import shill_proxy 55 service, shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE) 68 device, shill_proxy.ShillProxy.DEVICE_PROPERTY_INTERFACE)
|
/external/autotest/client/site_tests/network_WlanPresent/ |
D | network_WlanPresent.py | 10 from autotest_lib.client.cros.networking import shill_proxy 22 proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/cellular_SafetyDance/ |
D | cellular_SafetyDance.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_DhcpFailureWithStaticIP/ |
D | network_DhcpFailureWithStaticIP.py | 37 ipconfig_properties = self.shill_proxy.dbus2primitive( 74 service.SetProperty(self.shill_proxy.SERVICE_PROPERTY_STATIC_IP_CONFIG,
|
/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/cellular_ConnectFailure/ |
D | cellular_ConnectFailure.py | 15 from autotest_lib.client.cros.networking import shill_proxy 84 shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE,
|
/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_DhcpBrokenDefaultGateway/ |
D | network_DhcpBrokenDefaultGateway.py | 10 from autotest_lib.client.cros.networking import shill_proxy 29 proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_DhcpRenew/ |
D | network_DhcpRenew.py | 102 (successful, state, duration) = self.shill_proxy.wait_for_property_in( 104 self.shill_proxy.SERVICE_PROPERTY_STATE,
|
/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) 198 self._shill_proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/ |
D | network_Ipv6SimpleNegotiation.py | 12 from autotest_lib.client.cros.networking import shill_proxy 70 ipconfig_properties = shill_proxy.ShillProxy.dbus2primitive(
|
/external/autotest/client/site_tests/power_SuspendStress/ |
D | power_SuspendStress.py | 10 from autotest_lib.client.cros.networking import shill_proxy 65 iface = shill_proxy.ShillProxy().get_default_interface_name()
|
/external/autotest/client/site_tests/network_DhcpFQDN/ |
D | network_DhcpFQDN.py | 10 from autotest_lib.client.cros.networking import shill_proxy
|