Home
last modified time | relevance | path

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

/openbmc/phosphor-webui/app/server-control/controllers/
H A Dserver-led-controller.js17 APIUtils.getLEDState().then(function(state) {
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js53 var getLEDStatePromise = APIUtils.getLEDState().then(
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js458 getLEDState: function() { method in AnonymousFunction1ea782bb0200.SERVICE
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1515 int8_t getLEDState(sdbusplus::bus_t& bus, const std::string& intf, in getLEDState() function
1545 if (getLEDState(*dbus, ledIntf, it->second, state) == -1) in ipmiOEMGetLEDStatus()