Home
last modified time | relevance | path

Searched refs:getAllDbusObjects (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp185 ObjectTree getAllDbusObjects(
317 boost::system::error_code getAllDbusObjects(
323 static inline boost::system::error_code getAllDbusObjects( in getAllDbusObjects() function
327 return getAllDbusObjects(ctx, serviceRoot, interface, {}, objectTree); in getAllDbusObjects()
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp138 ipmi::ObjectTree objectTree = ipmi::getAllDbusObjects( in closeOtherNetInstanceSession()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp242 ipmi::ObjectTree getAllDbusObjects( in getAllDbusObjects() function
397 boost::system::error_code getAllDbusObjects( in getAllDbusObjects() function
/openbmc/phosphor-host-ipmid/oem/example/
H A Dapphandler.cpp61 ipmi::getAllDbusObjects(*ctx->bus, Version::namespace_path, in getActiveSoftwareVersionInfo()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp117 ipmi::getAllDbusObjects(*ctx->bus, softwareRoot, redundancyIntf); in getActiveSoftwareVersionInfo()
956 ipmi::ObjectTree objectTree = ipmi::getAllDbusObjects( in ipmiAppCloseSession()
1213 boost::system::error_code ec = ipmi::getAllDbusObjects( in ipmiAppGetSessionInfo()
1299 ipmi::getAllDbusObjects(ctx, softwareRoot, versionIntf, objectTree); in getSysFWVersion()
H A Dtransporthandler.hpp176 objs(getAllDbusObjects(bus, params.logicalPath, intf, "")) in ObjectLookupCache()
H A Ddcmihandler.cpp555 if (ipmi::getAllDbusObjects(ctx, networkRoot, dhcpIntf, objectTree)) in getDHCPOption()
584 if (ipmi::getAllDbusObjects(ctx, networkRoot, dhcpIntf, objectTree)) in setDHCPOption()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp126 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, ethdev); in getIPObject()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp204 boost::system::error_code ec = ipmi::getAllDbusObjects( in loadPfrConfig()