Searched refs:dbus_objects (Results 1 – 2 of 2) sorted by relevance
/openbmc/skeleton/pystatemgr/ |
H A D | discover_system_state.py | 5 dbus_objects = { variable 81 pgood = getProperty(bus, dbus_objects, "power", "pgood") 84 intf = getInterface(bus, dbus_objects, "bootprogress") 86 intf = getInterface(bus, dbus_objects, "occstatus0") 88 intf = getInterface(bus, dbus_objects, "occstatus1") 92 settings_intf = getInterface(bus, dbus_objects, "settings") 93 system_intf = getInterface(bus, dbus_objects, "system") 113 dbus_objects,
|
/openbmc/skeleton/pychassisctl/ |
H A D | chassis_control.py | 44 self.dbus_objects = { 92 o = self.dbus_objects[name]
|