Searched refs:dbus_objects (Results 1 – 2 of 2) sorted by relevance
406 def walk_object(self, bus, object_name, start_path, dbus_objects): argument467 if dictionary not in dbus_objects:468 dbus_objects.append(dictionary)475 self.walk_object(bus, object_name, new_name, dbus_objects)476 return {'Object_name':('%s' % object_name), 'interfaces':dbus_objects}
88 dbus_objects = object_manager.GetManagedObjects()89 objects = dbus_util.dbus2primitive(dbus_objects)