Searched refs:LedAction (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-led-manager/manager/ |
| H A D | manager.hpp | 41 static bool ledComp(const phosphor::led::Layout::LedAction& left, 42 const phosphor::led::Layout::LedAction& right) in ledComp() 58 static bool ledLess(const phosphor::led::Layout::LedAction& left, 59 const phosphor::led::Layout::LedAction& right) in ledLess() 65 static bool ledEqual(const phosphor::led::Layout::LedAction& left, 66 const phosphor::led::Layout::LedAction& right) in ledEqual() 90 -> std::map<LedName, Layout::LedAction>; 144 std::map<std::string, Layout::LedAction> ledStateMap;
|
| H A D | ledlayout.hpp | 24 struct LedAction struct 35 bool operator<(const LedAction& right) const in operator <() argument 53 using ActionSet = std::set<Layout::LedAction>;
|
| H A D | json-parser.hpp | 95 phosphor::led::Layout::LedAction ledAction{name, action, dutyOn, period, in loadJsonConfigV1GroupMember()
|
| /openbmc/phosphor-led-manager/test/ |
| H A D | utest-group-priority.cpp | 23 static void assertMap(std::map<LedName, Layout::LedAction> map, in assertMap() 61 std::map<LedName, Layout::LedAction> map = in TEST_F() 109 std::map<LedName, Layout::LedAction> map = in TEST_F()
|
| /openbmc/phosphor-led-manager/manager/lamptest/ |
| H A D | lamptest.cpp | 173 phosphor::led::Layout::LedAction ledAction{ in storePhysicalLEDsStates()
|