Home
last modified time | relevance | path

Searched refs:DbusObjectManager (Results 1 – 5 of 5) sorted by relevance

/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py163 class DbusObjectManager(dbus.service.Object): class
165 super(DbusObjectManager, self).__init__(**kw)
171 inst = super(DbusObjectManager, self)
177 inst = super(DbusObjectManager, self)
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py15 from obmc.dbuslib.bindings import get_dbus, DbusProperties, DbusObjectManager
24 class Inventory(DbusProperties, DbusObjectManager):
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py12 from obmc.dbuslib.bindings import DbusProperties, DbusObjectManager, get_dbus
23 class SystemManager(DbusProperties, DbusObjectManager):
/openbmc/skeleton/pychassisctl/
H A Dchassis_control.py12 from obmc.dbuslib.bindings import DbusObjectManager, DbusProperties, get_dbus
26 class ChassisControlObject(DbusProperties, DbusObjectManager):
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py16 from obmc.dbuslib.bindings import get_dbus, DbusProperties, DbusObjectManager
56 class BmcFlashControl(DbusProperties, DbusObjectManager):