Searched defs:get_dbus_object (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/networking/
H A Dshill_proxy.py356 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)

Completed in 84 milliseconds