Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp186 ObjectTree getAllDbusObjects(
341 boost::system::error_code getAllDbusObjects(
347 static inline boost::system::error_code getAllDbusObjects( in getAllDbusObjects() function
351 return getAllDbusObjects(ctx, serviceRoot, interface, {}, objectTree); in getAllDbusObjects()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp233 ipmi::ObjectTree getAllDbusObjects( in getAllDbusObjects() function
262 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, match); in deleteAllDbusObjects()
441 boost::system::error_code getAllDbusObjects( in getAllDbusObjects() function
478 getAllDbusObjects(ctx, serviceRoot, interface, match, objectTree); in deleteAllDbusObjects()
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp138 ipmi::ObjectTree objectTree = ipmi::getAllDbusObjects( in closeOtherNetInstanceSession()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp119 ipmi::getAllDbusObjects(*ctx->bus, softwareRoot, redundancyIntf); in getActiveSoftwareVersionInfo()
967 ipmi::ObjectTree objectTree = ipmi::getAllDbusObjects( in ipmiAppCloseSession()
1224 boost::system::error_code ec = ipmi::getAllDbusObjects( in ipmiAppGetSessionInfo()
1310 ipmi::getAllDbusObjects(ctx, softwareRoot, versionIntf, objectTree); in getSysFWVersion()
H A Dtransporthandler.hpp176 objs(getAllDbusObjects(bus, params.logicalPath, intf, "")) in ObjectLookupCache()
H A Ddcmihandler.cpp297 if (ipmi::getAllDbusObjects(ctx, networkRoot, dhcpIntf, objectTree)) in getDHCPOption()
326 if (ipmi::getAllDbusObjects(ctx, networkRoot, dhcpIntf, objectTree)) in setDHCPOption()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp124 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()