Searched refs:indicatorLed (Results 1 – 2 of 2) sorted by relevance
736 std::optional<std::string> indicatorLed; in handleChassisPatch() local745 "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()
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()