Searched refs:LedName (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-led-manager/manager/ |
| H A D | manager.cpp | 22 static void applyGroupAction(std::map<LedName, Layout::LedAction>& newState, in applyGroupAction() argument 48 -> std::map<LedName, Layout::LedAction> in getNewMapWithGroupPriorities() 50 std::map<LedName, Layout::LedAction> newState; in getNewMapWithGroupPriorities() 64 static std::map<LedName, Layout::LedAction> getNewMapWithLEDPriorities( in getNewMapWithLEDPriorities() 67 std::map<LedName, Layout::LedAction> newState; in getNewMapWithLEDPriorities() 81 std::map<LedName, Layout::LedAction> Manager::getNewMap( in getNewMap() 84 std::map<LedName, Layout::LedAction> newState; in getNewMap()
|
| H A D | manager.hpp | 16 using LedName = std::string; typedef 90 -> std::map<LedName, Layout::LedAction>;
|
| /openbmc/phosphor-led-manager/test/ |
| H A D | utest-group-priority.cpp | 23 static void assertMap(std::map<LedName, Layout::LedAction> map, in assertMap() argument 24 std::map<LedName, Layout::Action> expect) in assertMap() 61 std::map<LedName, Layout::LedAction> map = in TEST_F() 109 std::map<LedName, Layout::LedAction> map = in TEST_F()
|