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.hpp735 std::optional<std::string> indicatorLed; in handleChassisPatch() local
744 "IndicatorLED", indicatorLed, // in handleChassisPatch()
751 if (!locationIndicatorActive && !indicatorLed) in handleChassisPatch()
755 if (indicatorLed) in handleChassisPatch()
775 indicatorLed](const boost::system::error_code& ec, in handleChassisPatch()
839 if (indicatorLed) in handleChassisPatch()
843 setIndicatorLedState(asyncResp, *indicatorLed); in handleChassisPatch()
H A Dsystems.hpp3214 std::optional<std::string> indicatorLed; member
3253 if (patchParams.indicatorLed) in processComputerSystemPatch()
3330 if (patchParams.indicatorLed) in processComputerSystemPatch()
3332 setIndicatorLedState(asyncResp, *patchParams.indicatorLed); in processComputerSystemPatch()
3406 "IndicatorLED", patchParams.indicatorLed, // in handleComputerSystemPatch()