Searched refs:updatedLEDsDuringLampTest (Results 1 – 2 of 2) sorted by relevance
53 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()
98 std::queue<std::pair<ActionSet, ActionSet>> updatedLEDsDuringLampTest; member in phosphor::led::LampTest