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.py412 self._manager = self.get_dbus_object(self.DBUS_TYPE_MANAGER, '/')
560 return self.get_dbus_object(
565 def get_dbus_object(self, type_str, path): member in ShillProxy
581 return [self.get_dbus_object(self.DBUS_TYPE_DEVICE, path)
588 return [self.get_dbus_object(self.DBUS_TYPE_PROFILE, path)
603 return self.get_dbus_object(self.DBUS_TYPE_SERVICE, path)
621 service = self.get_dbus_object(self.DBUS_TYPE_SERVICE,
653 test_object = self.get_dbus_object(dbus_type, path)
Dcellular_proxy.py229 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/cros/
Ddbus_util.py90 def get_dbus_object(bus, service_name, object_manager_path, timeout=None): function
Ddhcpv6_test_base.py84 [ proxy.get_dbus_object(ipconfig_object, property_path)
Ddhcp_test_base.py120 [ proxy.get_dbus_object(ipconfig_object, property_path)
Dcros_disks.py75 self.proxy_object = dbus_util.get_dbus_object(bus, bus_name,
/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/scripts/
Dprofile76 profile = shill.get_dbus_object(shill.DBUS_TYPE_PROFILE, path)