Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/test/
H A Dutest-serialize.cpp22 serialize.storeGroups(bmcBooted, true); in TEST()
25 serialize.storeGroups(powerOn, true); in TEST()
28 serialize.storeGroups(bmcBooted, false); in TEST()
31 serialize.storeGroups(enclosureIdentify, true); in TEST()
39 newSerial.storeGroups(powerOn, false); in TEST()
42 newSerial.storeGroups(enclosureIdentify, false); in TEST()
/openbmc/phosphor-led-manager/manager/
H A Dserialize.hpp34 void storeGroups(const std::string& group, bool asserted);
H A Dgroup.cpp52 serializePtr->storeGroups(path, result); in asserted()
H A Dserialize.cpp28 void Serialize::storeGroups(const std::string& group, bool asserted) in storeGroups() function in phosphor::led::Serialize