Searched refs:indicatorLed (Results 1 – 2 of 2) sorted by relevance
735 std::optional<std::string> indicatorLed; in handleChassisPatch() local744 "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()
3214 std::optional<std::string> indicatorLed; member3253 if (patchParams.indicatorLed) in processComputerSystemPatch()3330 if (patchParams.indicatorLed) in processComputerSystemPatch()3332 setIndicatorLedState(asyncResp, *patchParams.indicatorLed); in processComputerSystemPatch()3406 "IndicatorLED", patchParams.indicatorLed, // in handleComputerSystemPatch()