Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp760 std::optional<std::string> indicatorLed; in handleChassisPatch() local
769 "IndicatorLED", indicatorLed, // in handleChassisPatch()
777 if (!locationIndicatorActive && !indicatorLed) in handleChassisPatch()
781 if (indicatorLed) in handleChassisPatch()
797 indicatorLed](const boost::system::error_code& ec, in handleChassisPatch()
859 if (indicatorLed) in handleChassisPatch()
863 setIndicatorLedState(asyncResp, *indicatorLed); in handleChassisPatch()
H A Dsystems.hpp3176 std::optional<std::string> indicatorLed; in handleComputerSystemPatch() local
3212 "IndicatorLED", indicatorLed, // in handleComputerSystemPatch()
3265 if (indicatorLed) in handleComputerSystemPatch()
3267 setIndicatorLedState(asyncResp, *indicatorLed); in handleComputerSystemPatch()