Home
last modified time | relevance | path

Searched refs:subtreePaths (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/src/
H A Ddbus_utility.cpp101 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 Dfan_utils.hpp43 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in getFanPaths() argument
55 callback(subtreePaths); in getFanPaths()
H A Dassembly_utils.hpp44 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) in afterGetChassisAssembly() argument
60 std::vector<std::string> sortedAssemblyList = subtreePaths; in afterGetChassisAssembly()
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp424 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 Dpower_supply.hpp73 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 Dfan.hpp408 subtreePaths) { in handleFanPatch() argument
411 subtreePaths); in handleFanPatch()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp598 Paths subtreePaths = ipmi::callDbusMethod<Paths>( in getFruSdrs() local
615 for (const auto& path : subtreePaths) in getFruSdrs()