HomeSort by relevance Sort by last modified time
    Searched defs:shill_proxy (Results 1 - 2 of 2) sorted by null

  /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

Completed in 488 milliseconds