Home
last modified time | relevance | path

Searched refs:shill_proxy (Results 1 – 25 of 33) sorted by relevance

12

/external/autotest/client/cros/networking/
Dshill_context.py15 from autotest_lib.client.cros.networking import shill_proxy
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,
94 shill_proxy.ShillProxy.MANAGER_PROPERTY_ENABLED_TECHNOLOGIES)
138 self._initial_autoconnect = shill_proxy.ShillProxy.dbus2primitive(
140 shill_proxy.ShillProxy.SERVICE_PROPERTY_AUTOCONNECT])
[all …]
Dcellular_proxy.py10 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(
/external/autotest/client/cros/scripts/
Ddevice11 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()
Dprofile11 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/
Ddhcpv6_test_base.py21 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
Ddhcp_test_base.py25 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/
Dtest_environment.py19 from autotest_lib.client.cros.networking import shill_proxy
83 [shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR]))
119 shill_proxy.ShillProxyError) as e:
146 timeout=shill_proxy.ShillProxy.DEVICE_ENUMERATION_TIMEOUT)
155 shill_proxy.ShillProxy.ERROR_IN_PROGRESS):
162 timeout=shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT)
168 shill_proxy.ShillProxy.
175 shill_proxy.ShillProxy.ERROR_NOT_SUPPORTED or
177 shill_proxy.ShillProxy.ERROR_FAILURE and
/external/autotest/client/site_tests/network_DefaultProfileServices/
Dnetwork_DefaultProfileServices.py10 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_ConfigureEthernetServiceForProfile/
Dnetwork_ConfigureEthernetServiceForProfile.py11 from autotest_lib.client.cros.networking import shill_proxy
31 shill = shill_proxy.ShillProxy.get_proxy()
44 shill = shill_proxy.ShillProxy.get_proxy()
/external/autotest/client/site_tests/cellular_ModemControl/
Dcellular_ModemControl.py17 from autotest_lib.client.cros.networking import shill_proxy
40 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR)
44 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR)
176 device, shill_proxy.ShillProxy.DEVICE_PROPERTY_POWERED)
187 service, shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE)
379 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR)
401 shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR)
/external/autotest/client/site_tests/cellular_StressEnable/
Dcellular_StressEnable.py12 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_WlanDriver/
Dnetwork_WlanDriver.py11 from autotest_lib.client.cros.networking import shill_proxy
146 proxy = shill_proxy.ShillProxy()
149 shill_proxy.ShillProxy.MANAGER_PROPERTY_UNINITIALIZED_TECHNOLOGIES)
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
Dnetwork_DhcpVendorEncapsulatedOptions.py9 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/cellular_Smoke/
Dcellular_Smoke.py13 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_RestartShill/
Dnetwork_RestartShill.py9 from autotest_lib.client.cros.networking import shill_proxy
24 shill = shill_proxy.ShillProxy.get_proxy()
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
Dnetwork_8021xWiredAuthentication.py14 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/cellular_SafetyDance/
Dcellular_SafetyDance.py14 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_8021xEapDetection/
Dnetwork_8021xEapDetection.py12 from autotest_lib.client.cros.networking import shill_proxy
45 self._shill_proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dnetwork_DhcpStaticIP.py139 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/cellular_ConnectFailure/
Dcellular_ConnectFailure.py15 from autotest_lib.client.cros.networking import shill_proxy
84 shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE,
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/
Dnetwork_DhcpWpadNegotiation.py9 from autotest_lib.client.cros.networking import shill_proxy
27 proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_DhcpMTU/
Dnetwork_DhcpMTU.py11 from autotest_lib.client.cros.networking import shill_proxy
29 proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_DhcpRenew/
Dnetwork_DhcpRenew.py102 (successful, state, duration) = self.shill_proxy.wait_for_property_in(
104 self.shill_proxy.SERVICE_PROPERTY_STATE,
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dnetwork_DhcpBrokenDefaultGateway.py10 from autotest_lib.client.cros.networking import shill_proxy
29 proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py15 from autotest_lib.client.cros.networking import shill_proxy
60 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
217 self._shill_proxy = shill_proxy.ShillProxy()

12