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()
172 messages::resourceNotFound(asyncResp->res, "PowerSupplies", powerSupplyId); in afterGetValidPowerSupplyPath()
177 const std::string& chassisId, const std::string& powerSupplyId, in getValidPowerSupplyPath() argument
189 [asyncResp, chassisId, powerSupplyId, callback{std::move(callback)}]( in getValidPowerSupplyPath()
192 afterGetValidPowerSupplyPath(asyncResp, powerSupplyId, ec, subtree, in getValidPowerSupplyPath()
453 const std::string& chassisId, const std::string& powerSupplyId, in doPowerSupplyGet() argument
461 asyncResp->res.jsonValue["Id"] = powerSupplyId; in doPowerSupplyGet()
464 powerSupplyId); in doPowerSupplyGet()
[all …]