Searched refs:subtreePaths (Results 1 – 7 of 7) sorted by relevance
| /openbmc/bmcweb/src/ |
| H A D | dbus_utility.cpp | 101 const MapperGetSubTreePathsResponse& subtreePaths) { in getSubTreePaths() argument 102 callback(ec, subtreePaths); in getSubTreePaths() 137 const MapperGetSubTreePathsResponse& subtreePaths) { in getAssociatedSubTreePaths() argument 138 callback(ec, subtreePaths); in getAssociatedSubTreePaths() 175 const MapperGetSubTreePathsResponse& subtreePaths) { in getAssociatedSubTreePathsById() argument 176 callback(ec, subtreePaths); in getAssociatedSubTreePathsById()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | fan_utils.hpp | 43 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in getFanPaths() argument 55 callback(subtreePaths); in getFanPaths()
|
| H A D | assembly_utils.hpp | 44 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) in afterGetChassisAssembly() argument 60 std::vector<std::string> sortedAssemblyList = subtreePaths; in afterGetChassisAssembly()
|
| /openbmc/phosphor-objmgr/src/ |
| H A D | handler.cpp | 424 std::vector<std::string> subtreePaths = in getAssociatedSubTreeById() local 428 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreeById() 452 std::vector<std::string> subtreePaths = in getAssociatedSubTreePathsById() local 455 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreePathsById()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | power_supply.hpp | 73 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) in doPowerSupplyCollection() 103 updatePowerSupplyList(asyncResp, chassisId, subtreePaths); in doPowerSupplyCollection() 150 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in handlePowerSupplyCollectionGet() 151 doPowerSupplyCollection(asyncResp, chassisId, ec, subtreePaths); in handlePowerSupplyCollectionGet() 72 doPowerSupplyCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreePathsResponse & subtreePaths) doPowerSupplyCollection() argument 149 __anonc983e6900202( const boost::system::error_code& ec, const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) handlePowerSupplyCollectionGet() argument
|
| H A D | fan.hpp | 408 subtreePaths) { in handleFanPatch() argument 411 subtreePaths); in handleFanPatch()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | storagecommands.cpp | 598 Paths subtreePaths = ipmi::callDbusMethod<Paths>( in getFruSdrs() local 615 for (const auto& path : subtreePaths) in getFruSdrs()
|