HomeSort by relevance Sort by last modified time
    Searched full:get_dbus_object (Results 1 - 11 of 11) sorted by null

  /external/autotest/client/cros/networking/
shill_proxy.py 356 self._manager = self.get_dbus_object(self.DBUS_TYPE_MANAGER, '/')
418 self.get_dbus_object.
490 return self.get_dbus_object(
495 def get_dbus_object(self, type_str, path): member in class:ShillProxy
511 return [self.get_dbus_object(self.DBUS_TYPE_DEVICE, path)
518 return [self.get_dbus_object(self.DBUS_TYPE_PROFILE, path)
533 return self.get_dbus_object(self.DBUS_TYPE_SERVICE, path)
551 service = self.get_dbus_object(self.DBUS_TYPE_SERVICE,
583 test_object = self.get_dbus_object(dbus_type, path)
cellular_proxy.py 248 device = self.get_dbus_object(self.DBUS_TYPE_DEVICE, modem_path)
wifi_proxy.py 313 services = [self.get_dbus_object(self.DBUS_TYPE_SERVICE, path)
shill_xmlrpc_server.py 332 service_object = self._wifi_proxy.get_dbus_object(
  /external/autotest/client/site_tests/network_DhcpWpadNegotiation/
network_DhcpWpadNegotiation.py 35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py 35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
  /external/autotest/client/site_tests/network_DhcpMTU/
network_DhcpMTU.py 37 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
  /external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
network_DhcpVendorEncapsulatedOptions.py 35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
  /external/autotest/client/cros/scripts/
profile 76 profile = shill.get_dbus_object(shill.DBUS_TYPE_PROFILE, path)
  /external/autotest/client/cros/
dhcpv6_test_base.py 84 [ proxy.get_dbus_object(ipconfig_object, property_path)
dhcp_test_base.py 120 [ proxy.get_dbus_object(ipconfig_object, property_path)

Completed in 210 milliseconds