Home
last modified time | relevance | path

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

/openbmc/bmcweb/src/
H A Ddbus_utility.cpp129 const MapperGetSubTreePathsResponse& subtreePaths) { in getSubTreePaths() argument
130 callback(ec, subtreePaths); in getSubTreePaths()
165 const MapperGetSubTreePathsResponse& subtreePaths) { in getAssociatedSubTreePaths() argument
166 callback(ec, subtreePaths); in getAssociatedSubTreePaths()
203 const MapperGetSubTreePathsResponse& subtreePaths) { in getAssociatedSubTreePathsById() argument
204 callback(ec, subtreePaths); in getAssociatedSubTreePathsById()
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp403 std::vector<std::string> subtreePaths = in getAssociatedSubTreeById() local
407 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreeById()
430 std::vector<std::string> subtreePaths = in getAssociatedSubTreePathsById() local
433 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreePathsById()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp70 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) in doPowerSupplyCollection() argument
94 updatePowerSupplyList(asyncResp, chassisId, subtreePaths); in doPowerSupplyCollection()
143 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in handlePowerSupplyCollectionGet() argument
144 doPowerSupplyCollection(asyncResp, chassisId, ec, subtreePaths); in handlePowerSupplyCollectionGet()
H A Dfan.hpp78 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in getFanPaths() argument
90 callback(subtreePaths); in getFanPaths()