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.hpp736 std::optional<std::string> indicatorLed; in handleChassisPatch() local
745 "IndicatorLED", indicatorLed, // in handleChassisPatch()
752 if (!locationIndicatorActive && !indicatorLed) in handleChassisPatch()
756 if (indicatorLed) in handleChassisPatch()
776 indicatorLed](const boost::system::error_code& ec, in handleChassisPatch()
840 if (indicatorLed) in handleChassisPatch()
844 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()