Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp48 for (const std::string& powerSupplyPath : powerSupplyPaths) in updatePowerSupplyList()
51 sdbusplus::message::object_path(powerSupplyPath).filename(); in updatePowerSupplyList()
165 const std::function<void(const std::string& powerSupplyPath, in afterGetValidPowerSupplyPath()
194 std::function<void(const std::string& powerSupplyPath, in getValidPowerSupplyPath()
470 const std::string& powerSupplyPath, const std::string& service) in doPowerSupplyGet()
485 getPowerSupplyState(asyncResp, service, powerSupplyPath); in handlePowerSupplyHead()
486 getPowerSupplyHealth(asyncResp, service, powerSupplyPath); in handlePowerSupplyHead()
487 getPowerSupplyAsset(asyncResp, service, powerSupplyPath); in handlePowerSupplyHead()
488 getPowerSupplyFirmwareVersion(asyncResp, service, powerSupplyPath); in handlePowerSupplyHead()
489 getPowerSupplyLocation(asyncResp, service, powerSupplyPath); in handlePowerSupplyHead()
34 for (const std::string& powerSupplyPath : powerSupplyPaths) updatePowerSupplyList() local
151 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
180 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
456 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
[all...]