Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp147 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
456 const std::string& chassisId, const std::string& powerSupplyId, in doPowerSupplyGet() argument
464 asyncResp->res.jsonValue["Id"] = powerSupplyId; in doPowerSupplyGet()
467 powerSupplyId); in doPowerSupplyGet()
483 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyHead() argument
492 asyncResp, chassisId, powerSupplyId, in handlePowerSupplyHead()
503 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyGet() argument
[all …]