/external/autotest/client/cros/scripts/ |
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()
|
destination | 10 from autotest_lib.client.cros.networking import shill_proxy 35 shill = shill_proxy.ShillProxy()
|
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/site_tests/network_RestartShill/ |
network_RestartShill.py | 9 from autotest_lib.client.cros.networking import shill_proxy 24 shill = shill_proxy.ShillProxy.get_proxy()
|
/external/autotest/client/cros/networking/ |
shill_context.py | 15 from autotest_lib.client.cros.networking import shill_proxy 29 allowed = [shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR] 42 shill = shill_proxy.ShillProxy.get_proxy() 48 shill_proxy.ShillProxy.MANAGER_PROPERTY_ENABLED_TECHNOLOGIES) 55 shill_proxy.ShillProxy.MANAGER_PROPERTY_PROHIBITED_TECHNOLOGIES) 75 shill_proxy.ShillProxy.MANAGER_PROPERTY_PROHIBITED_TECHNOLOGIES, 82 shill = shill_proxy.ShillProxy.get_proxy() 87 shill_proxy.ShillProxy.MANAGER_PROPERTY_PROHIBITED_TECHNOLOGIES, 134 self._initial_autoconnect = shill_proxy.ShillProxy.dbus2primitive( 136 shill_proxy.ShillProxy.SERVICE_PROPERTY_AUTOCONNECT] [all...] |
cellular_proxy.py | 10 from autotest_lib.client.cros.networking import shill_proxy 13 class CellularProxy(shill_proxy.ShillProxy): 78 exception=shill_proxy.ShillProxyTimeoutError( 131 raise shill_proxy.ShillProxyError( 136 raise shill_proxy.ShillProxyError( 145 exception=shill_proxy.ShillProxyTimeoutError( 158 exception=shill_proxy.ShillProxyTimeoutError( 170 raise shill_proxy.ShillProxyError( 179 raise shill_proxy.ShillProxyError( 210 exception=shill_proxy.ShillProxyTimeoutError [all...] |
/external/autotest/client/site_tests/cellular_StressEnable/ |
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/network_DefaultProfileServices/ |
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/cros/cellular/ |
test_environment.py | 20 from autotest_lib.client.cros.networking import shill_proxy 88 [shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR])) 124 shill_proxy.ShillProxyError) as e: 151 timeout=shill_proxy.ShillProxy.DEVICE_ENUMERATION_TIMEOUT) 160 shill_proxy.ShillProxy.ERROR_IN_PROGRESS): 167 timeout=shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT) 173 shill_proxy.ShillProxy. 180 shill_proxy.ShillProxy.ERROR_NOT_SUPPORTED or 182 shill_proxy.ShillProxy.ERROR_FAILURE and
|
/external/autotest/client/site_tests/cellular_Smoke/ |
cellular_Smoke.py | 13 from autotest_lib.client.cros.networking import shill_proxy 54 service, shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE) 67 device, shill_proxy.ShillProxy.DEVICE_PROPERTY_INTERFACE)
|
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/ |
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/cros/ |
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 class:Dhcpv6TestBase
|
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 class:DhcpTestBase
|
/external/autotest/client/site_tests/network_8021xEapDetection/ |
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_DefaultProfileCreation/ |
network_DefaultProfileCreation.py | 13 from autotest_lib.client.cros.networking import shill_proxy 53 shill = shill_proxy.ShillProxy.get_proxy()
|
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/ |
network_DhcpWpadNegotiation.py | 9 from autotest_lib.client.cros.networking import shill_proxy 27 proxy = shill_proxy.ShillProxy()
|
/system/update_engine/update_manager/ |
real_shill_provider.h | 40 RealShillProvider(chromeos_update_engine::ShillProxyInterface* shill_proxy, 42 : shill_proxy_(shill_proxy), clock_(clock) {}
|
/system/update_engine/ |
shill_proxy.cc | 17 #include "update_engine/shill_proxy.h"
|
connection_manager.h | 37 ConnectionManager(ShillProxyInterface* shill_proxy,
|
/external/autotest/client/site_tests/cellular_ConnectFailure/ |
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_DhcpBrokenDefaultGateway/ |
network_DhcpBrokenDefaultGateway.py | 10 from autotest_lib.client.cros.networking import shill_proxy 29 proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_DhcpMTU/ |
network_DhcpMTU.py | 11 from autotest_lib.client.cros.networking import shill_proxy 29 proxy = shill_proxy.ShillProxy()
|
/external/autotest/client/site_tests/network_DhcpRenew/ |
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/cellular_SafetyDance/ |
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_8021xWiredAuthentication/ |
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()
|