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.hpp32 for (const std::string& powerSupplyPath : powerSupplyPaths) in updatePowerSupplyList() local
35 sdbusplus::message::object_path(powerSupplyPath).filename(); in updatePowerSupplyList()
149 const std::function<void(const std::string& powerSupplyPath, in afterGetValidPowerSupplyPath() argument
178 std::function<void(const std::string& powerSupplyPath, in getValidPowerSupplyPath() argument
454 const std::string& powerSupplyPath, const std::string& service) in doPowerSupplyGet() argument
469 getPowerSupplyState(asyncResp, service, powerSupplyPath); in doPowerSupplyGet()
470 getPowerSupplyHealth(asyncResp, service, powerSupplyPath); in doPowerSupplyGet()
471 getPowerSupplyAsset(asyncResp, service, powerSupplyPath); in doPowerSupplyGet()
472 getPowerSupplyFirmwareVersion(asyncResp, service, powerSupplyPath); in doPowerSupplyGet()
473 getPowerSupplyLocation(asyncResp, service, powerSupplyPath); in doPowerSupplyGet()