Home
last modified time | relevance | path

Searched refs:get_dbus_object (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/cros/networking/
Dshill_proxy.py408 self._manager = self.get_dbus_object(self.DBUS_TYPE_MANAGER, '/')
433 return self.get_dbus_object(self.DBUS_TYPE_SERVICE, path)
558 return self.get_dbus_object(
563 def get_dbus_object(self, type_str, path): member in ShillProxy
580 return [self.get_dbus_object(self.DBUS_TYPE_DEVICE, path)
587 return [self.get_dbus_object(self.DBUS_TYPE_PROFILE, path)
602 return self.get_dbus_object(self.DBUS_TYPE_SERVICE, path)
620 service = self.get_dbus_object(self.DBUS_TYPE_SERVICE,
652 test_object = self.get_dbus_object(dbus_type, path)
739 service = self.get_dbus_object(self.DBUS_TYPE_SERVICE, service_path)
[all …]
Dcellular_proxy.py239 device = self.get_dbus_object(self.DBUS_TYPE_DEVICE, modem_path)
Dwifi_proxy.py316 services = [self.get_dbus_object(self.DBUS_TYPE_SERVICE, path)
Dshill_xmlrpc_server.py332 service_object = self._wifi_proxy.get_dbus_object(
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/
Dnetwork_DhcpWpadNegotiation.py35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
/external/autotest/client/site_tests/network_DhcpMTU/
Dnetwork_DhcpMTU.py37 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
Dnetwork_DhcpVendorEncapsulatedOptions.py35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dnetwork_DhcpBrokenDefaultGateway.py35 ipconfig = proxy.get_dbus_object('org.chromium.flimflam.IPConfig',
/external/autotest/client/cros/
Ddbus_util.py99 def get_dbus_object(bus, service_name, object_manager_path, timeout=None): function
Ddhcpv6_test_base.py91 [ proxy.get_dbus_object(ipconfig_object, property_path)
Ddhcp_test_base.py127 [ proxy.get_dbus_object(ipconfig_object, property_path)
Dcros_disks.py84 self.proxy_object = dbus_util.get_dbus_object(bus, bus_name,
/external/autotest/client/cros/scripts/
Dprofile76 profile = shill.get_dbus_object(shill.DBUS_TYPE_PROFILE, path)