Lines Matching +full:led +full:- +full:order

5 #include <phosphor-logging/lg2.hpp>
7 #include <xyz/openbmc_project/Led/Physical/server.hpp>
14 namespace led namespace
17 // apply the led action to the map
44 -> std::map<LedName, Layout::LedAction> in getNewMapWithGroupPriorities()
51 // apply all led actions of that group to the map in getNewMapWithGroupPriorities()
52 for (const Layout::LedAction& action : it->actionSet) in getNewMapWithGroupPriorities()
67 // apply all led actions of that group to the map in getNewMapWithLEDPriorities()
68 for (const Layout::LedAction& action : it->actionSet) in getNewMapWithLEDPriorities()
90 if (it->priority != 0) in getNewMap()
108 // Assert -or- De-assert
133 // check if the led action has changed in setGroupState()
194 // Discard current required LED actions, if these LEDs have new actions in driveLEDs()
200 // Union the remaining LED actions with new LED actions. in driveLEDs()
211 // Calls into driving physical LED post choosing the action
223 phosphor::led::utils::DBusHandler::setProperty( in drivePhysicalLED()
225 phosphor::led::utils::DBusHandler::setProperty( in drivePhysicalLED()
230 phosphor::led::utils::DBusHandler::setProperty(objPath, phyLedIntf, in drivePhysicalLED()
236 "Error setting property for physical LED, ERROR = {ERROR}, OBJECT_PATH = {PATH}", in drivePhysicalLED()
238 return -1; in drivePhysicalLED()
247 namespace server = sdbusplus::xyz::openbmc_project::Led::server; in getPhysicalAction()
249 // TODO: openbmc/phosphor-led-manager#5 in getPhysicalAction()
271 // This order of LED operation is important. in driveLedsHandler()
275 lg2::debug("De-Asserting LED, NAME = {NAME}, ACTION = {ACTION}", "NAME", in driveLedsHandler()
287 lg2::debug("Asserting LED, NAME = {NAME}, ACTION = {ACTION}", "NAME", in driveLedsHandler()
310 } // namespace led