Searched refs:powerSupplyPath (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | power_supply.hpp | 34 for (const std::string& powerSupplyPath : powerSupplyPaths) in updatePowerSupplyList() local 37 sdbusplus::message::object_path(powerSupplyPath).filename(); in updatePowerSupplyList() 151 const std::function<void(const std::string& powerSupplyPath, in afterGetValidPowerSupplyPath() argument 180 std::function<void(const std::string& powerSupplyPath, in getValidPowerSupplyPath() argument 456 const std::string& powerSupplyPath, const std::string& service) in doPowerSupplyGet() argument 471 getPowerSupplyState(asyncResp, service, powerSupplyPath); in doPowerSupplyGet() 472 getPowerSupplyHealth(asyncResp, service, powerSupplyPath); in doPowerSupplyGet() 473 getPowerSupplyAsset(asyncResp, service, powerSupplyPath); in doPowerSupplyGet() 474 getPowerSupplyFirmwareVersion(asyncResp, service, powerSupplyPath); in doPowerSupplyGet() 475 getPowerSupplyLocation(asyncResp, service, powerSupplyPath); in doPowerSupplyGet()
|