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.cpp52 updatedLEDsDuringLampTest.emplace( in processLEDUpdates()
298 while (!updatedLEDsDuringLampTest.empty()) in restorePhysicalLedStates()
300 auto& [ledsAssert, ledsDeAssert] = updatedLEDsDuringLampTest.front(); in restorePhysicalLedStates()
302 updatedLEDsDuringLampTest.pop(); in restorePhysicalLedStates()
H A Dlamptest.hpp101 std::queue<std::pair<ActionSet, ActionSet>> updatedLEDsDuringLampTest; member in phosphor::led::LampTest