Home
last modified time | relevance | path

Searched refs:get_dbus (Results 1 – 6 of 6) sorted by relevance

/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py16 from obmc.dbuslib.bindings import get_dbus
86 bus = get_dbus()
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py15 from obmc.dbuslib.bindings import get_dbus, DbusProperties, DbusObjectManager
77 bus = get_dbus()
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py12 from obmc.dbuslib.bindings import DbusProperties, DbusObjectManager, get_dbus
126 bus = get_dbus()
/openbmc/skeleton/pychassisctl/
H A Dchassis_control.py12 from obmc.dbuslib.bindings import DbusObjectManager, DbusProperties, get_dbus
174 bus = get_dbus()
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py16 from obmc.dbuslib.bindings import get_dbus, DbusProperties, DbusObjectManager
343 bus = get_dbus()
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py28 def get_dbus(): function