Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/
H A Dmanager.hpp41 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 Dledlayout.hpp24 struct LedAction struct
35 bool operator<(const LedAction& right) const in operator <() argument
53 using ActionSet = std::set<Layout::LedAction>;
H A Djson-parser.hpp95 phosphor::led::Layout::LedAction ledAction{name, action, dutyOn, period, in loadJsonConfigV1GroupMember()
/openbmc/phosphor-led-manager/test/
H A Dutest-group-priority.cpp23 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 Dlamptest.cpp173 phosphor::led::Layout::LedAction ledAction{ in storePhysicalLEDsStates()