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.hpp61 const bool ledOn) { in getIndicatorLedState() argument
75 if (ledOn) in getIndicatorLedState()
103 bool ledOn = false; in setIndicatorLedState() local
108 ledOn = true; in setIndicatorLedState()
125 [asyncResp, ledOn, in setIndicatorLedState()
134 ledOn = true; in setIndicatorLedState()
184 const bool ledOn) { in getSystemLocationIndicatorActive() argument
198 asyncResp->res.jsonValue["LocationIndicatorActive"] = ledOn; in getSystemLocationIndicatorActive()