Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp68 const bool ledOn) { in getIndicatorLedState() argument
82 if (ledOn) in getIndicatorLedState()
110 bool ledOn = false; in setIndicatorLedState() local
115 ledOn = true; in setIndicatorLedState()
132 [asyncResp, ledOn, in setIndicatorLedState()
141 ledOn = true; in setIndicatorLedState()
191 const bool ledOn) { in getSystemLocationIndicatorActive() argument
205 asyncResp->res.jsonValue["LocationIndicatorActive"] = ledOn; in getSystemLocationIndicatorActive()