Home
last modified time | relevance | path

Searched refs:ShillProxy (Results 1 – 25 of 26) sorted by relevance

12

/external/autotest/client/cros/networking/
Dshill_context.py39 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])
141 shill_proxy.ShillProxy.SERVICE_PROPERTY_AUTOCONNECT,
[all …]
Dshill_proxy.py26 class ShillProxy(object): class
279 if key not in ShillProxy.SERVICE_PROPERTY_MAP:
281 (dbus_type, kwargs) = ShillProxy.SERVICE_PROPERTY_MAP[key]
307 return ShillProxy.dbus2primitive(properties[property_key])
328 ShillProxy.str2dbus(dbus_class, value))
344 if property_key not in ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP:
348 dbus_class = ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP[property_key]
350 ShillProxy.str2dbus(dbus_class, value))
385 if e.get_dbus_name() != ShillProxy.DBUS_SERVICE_UNKNOWN:
389 time.sleep(ShillProxy.POLLING_INTERVAL_SECONDS)
[all …]
Dcellular_proxy.py13 class CellularProxy(shill_proxy.ShillProxy):
Dwifi_proxy.py13 class WifiProxy(shill_proxy.ShillProxy):
Dshill_xmlrpc_server.py464 shill_proxy.ShillProxy.set_dbus_property(device_object,
/external/autotest/client/cros/scripts/
Ddevice33 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()
Dprofile41 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/cellular/
Dtest_environment.py86 [shill_proxy.ShillProxy.TECHNOLOGY_CELLULAR]))
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_ModemControl/
Dcellular_ModemControl.py44 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/cellular_StressEnable/
Dcellular_StressEnable.py23 shill_proxy.ShillProxy.ERROR_IN_PROGRESS
28 timeout = shill_proxy.ShillProxy.DEVICE_ENABLE_DISABLE_TIMEOUT
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
Dnetwork_DhcpVendorEncapsulatedOptions.py27 proxy = shill_proxy.ShillProxy()
46 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
/external/autotest/client/cros/
Ddhcpv6_test_base.py68 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
125 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties)
132 self._shill_proxy = shill_proxy.ShillProxy()
Ddhcp_test_base.py104 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
161 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties)
169 self._shill_proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/cellular_Smoke/
Dcellular_Smoke.py55 service, shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE)
68 device, shill_proxy.ShillProxy.DEVICE_PROPERTY_INTERFACE)
/external/autotest/client/site_tests/network_RestartShill/
Dnetwork_RestartShill.py24 shill = shill_proxy.ShillProxy.get_proxy()
/external/autotest/client/site_tests/network_WlanPresent/
Dnetwork_WlanPresent.py22 proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py60 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
198 self._shill_proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/
Dnetwork_DhcpWpadNegotiation.py27 proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/cellular_ConnectFailure/
Dcellular_ConnectFailure.py84 shill_proxy.ShillProxy.SERVICE_PROPERTY_STATE,
/external/autotest/client/site_tests/network_DhcpMTU/
Dnetwork_DhcpMTU.py29 proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dnetwork_DhcpBrokenDefaultGateway.py29 proxy = shill_proxy.ShillProxy()
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
Dnetwork_Ipv6SimpleNegotiation.py70 ipconfig_properties = shill_proxy.ShillProxy.dbus2primitive(
/external/autotest/client/site_tests/power_SuspendStress/
Dpower_SuspendStress.py65 iface = shill_proxy.ShillProxy().get_default_interface_name()
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
Dcellular_DisableWhileConnecting.py158 shill_proxy.ShillProxy.DEVICE_PROPERTY_POWERED)
/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py221 self._shill = shill_proxy.ShillProxy.get_proxy()

12