Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dfan.hpp41 const dbus::utility::MapperGetSubTreePathsResponse& fanPaths) in updateFanList() argument
44 for (const std::string& fanPath : fanPaths) in updateFanList()
67 fanPaths)>& callback) in getFanPaths()
184 const dbus::utility::MapperGetSubTreePathsResponse& fanPaths, in handleFanPath() argument
188 for (const auto& fanPath : fanPaths) in handleFanPath()
224 const dbus::utility::MapperGetSubTreePathsResponse& fanPaths) { in getValidFanPath() argument
225 handleFanPath(fanId, asyncResp, fanPaths, callback); in getValidFanPath()