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.hpp163 const std::string& powerSupplyId, const boost::system::error_code& ec, in afterGetValidPowerSupplyPath()
180 if (path.filename() == powerSupplyId) in getValidPowerSupplyPath()
187 BMCWEB_LOG_WARNING("Power supply not found: {}", powerSupplyId); in getValidPowerSupplyPath()
188 messages::resourceNotFound(asyncResp->res, "PowerSupplies", powerSupplyId); in getValidPowerSupplyPath()
193 const std::string& chassisId, const std::string& powerSupplyId, in getValidPowerSupplyPath()
205 [asyncResp, chassisId, powerSupplyId, callback{std::move(callback)}]( in getPowerSupplyState()
208 afterGetValidPowerSupplyPath(asyncResp, powerSupplyId, ec, subtree, in getPowerSupplyState()
469 const std::string& chassisId, const std::string& powerSupplyId, in doPowerSupplyGet()
477 asyncResp->res.jsonValue["Id"] = powerSupplyId; in doPowerSupplyGet()
480 powerSupplyId); in handlePowerSupplyHead()
149 afterGetValidPowerSupplyPath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & powerSupplyId,const boost::system::error_code & ec,const dbus::utility::MapperGetSubTreeResponse & subtree,const std::function<void (const std::string & powerSupplyPath,const std::string & service)> & callback) afterGetValidPowerSupplyPath() argument
179 getValidPowerSupplyPath(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId,std::function<void (const std::string & powerSupplyPath,const std::string & service)> && callback) getValidPowerSupplyPath() argument
455 doPowerSupplyGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId,const std::string & powerSupplyPath,const std::string & service) doPowerSupplyGet() argument
482 handlePowerSupplyHead(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyHead() argument
502 handlePowerSupplyGet(App & app,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & powerSupplyId) handlePowerSupplyGet() argument
[all...]