Home
last modified time | relevance | path

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

/openbmc/phosphor-webui/app/server-control/controllers/
H A Dserver-led-controller.js23 dataService.LED_state = APIUtils.LED_STATE_TEXT.on;
25 dataService.LED_state = APIUtils.LED_STATE_TEXT.off;
31 (dataService.LED_state == APIUtils.LED_STATE_TEXT.on) ?
35 (dataService.LED_state == APIUtils.LED_STATE_TEXT.on) ?
36 APIUtils.LED_STATE_TEXT.off :
37 APIUtils.LED_STATE_TEXT.on;
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js56 dataService.LED_state = APIUtils.LED_STATE_TEXT.on;
58 dataService.LED_state = APIUtils.LED_STATE_TEXT.off;
131 (dataService.LED_state == APIUtils.LED_STATE_TEXT.on) ?
135 (dataService.LED_state == APIUtils.LED_STATE_TEXT.on) ?
136 APIUtils.LED_STATE_TEXT.off :
137 APIUtils.LED_STATE_TEXT.on;
/openbmc/phosphor-webui/app/common/services/
H A DdataService.js18 this.LED_state = Constants.LED_STATE_TEXT.off;
H A Dconstants.js51 LED_STATE_TEXT: {on: 'on', off: 'off'},
H A Dapi-utils.js19 LED_STATE_TEXT: Constants.LED_STATE_TEXT, property in AnonymousFunction1ea782bb0200.SERVICE