Home
last modified time | relevance | path

Searched full:fanid (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dfan.hpp165 inline bool checkFanId(const std::string& fanPath, const std::string& fanId) in checkFanId() argument
169 return !(fanName.empty() || fanName != fanId); in checkFanId()
173 const std::string& fanId, in handleFanPath() argument
181 if (!checkFanId(fanPath, fanId)) in handleFanPath()
202 BMCWEB_LOG_WARNING("Fan not found {}", fanId); in handleFanPath()
203 messages::resourceNotFound(asyncResp->res, "Fan", fanId); in handleFanPath()
208 const std::string& validChassisPath, const std::string& fanId, in getValidFanObject() argument
214 [fanId, asyncResp, callback]( in getValidFanObject()
216 handleFanPath(fanId, asyncResp, fanPaths, callback); in getValidFanObject()
222 const std::string& fanId) in addFanCommonProperties() argument
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml177 `/xyz/openbmc_project/inventory/system/{ChassisId}/motherboard/{FanId}`,
178 the identifiers would be {FanId}.
224 `/xyz/openbmc_project/inventory/system/{ChassisId}/motherboard/{FanId}`,
225 the identifiers would be {FanId}.
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DAssembly_v1.xml107 <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Assembly</String>
108 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}/Assembly</String>
H A DFan_v1.xml74 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}</String>
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DAssembly_v1.xml107 <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Assembly</String>
108 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}/Assembly</String>
H A DFan_v1.xml74 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}</String>