Home
last modified time | relevance | path

Searched refs:updatedLEDsDuringLampTest (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp53 updatedLEDsDuringLampTest.emplace(ledsAssert, ledsDeAssert); in processLEDUpdates()
303 while (!updatedLEDsDuringLampTest.empty()) in restorePhysicalLedStates()
305 auto& [ledsAssert, ledsDeAssert] = updatedLEDsDuringLampTest.front(); in restorePhysicalLedStates()
307 updatedLEDsDuringLampTest.pop(); in restorePhysicalLedStates()
H A Dlamptest.hpp98 std::queue<std::pair<ActionSet, ActionSet>> updatedLEDsDuringLampTest; member in phosphor::led::LampTest