Searched refs:powerSupplyId (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | power_supply.hpp | 147 const std::string& powerSupplyId, const boost::system::error_code& ec, in afterGetValidPowerSupplyPath() argument 164 if (path.filename() == powerSupplyId) in afterGetValidPowerSupplyPath() 171 BMCWEB_LOG_WARNING("Power supply not found: {}", powerSupplyId); in afterGetValidPowerSupplyPath() 177 const std::string& chassisId, const std::string& powerSupplyId, in getValidPowerSupplyPath() argument 453 const std::string& chassisId, const std::string& powerSupplyId, in doPowerSupplyGet() argument 461 asyncResp->res.jsonValue["Id"] = powerSupplyId; in doPowerSupplyGet() 464 powerSupplyId); in doPowerSupplyGet() 480 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyHead() argument 489 asyncResp, chassisId, powerSupplyId, in handlePowerSupplyHead() 500 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyGet() argument [all …]
|