Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Ddbus_utility.hpp187 const MapperGetSubTreePathsResponse& subtreePaths) { in getSubTreePaths() argument
188 callback(ec, subtreePaths); in getSubTreePaths()
223 const MapperGetSubTreePathsResponse& subtreePaths) { in getAssociatedSubTreePaths() argument
224 callback(ec, subtreePaths); in getAssociatedSubTreePaths()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp80 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in doPowerSupplyCollection() argument
91 updatePowerSupplyList(asyncResp, chassisId, subtreePaths); in doPowerSupplyCollection()
169 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in getValidPowerSupplyPath() argument
185 for (const std::string& path : subtreePaths) in getValidPowerSupplyPath()
194 if (!subtreePaths.empty()) in getValidPowerSupplyPath()
H A Dfan.hpp66 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in getFanPaths() argument
78 callback(subtreePaths); in getFanPaths()