Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp29 forceUpdateLEDs.begin(), forceUpdateLEDs.end(), in processLEDUpdates()
32 if (iter != forceUpdateLEDs.end()) in processLEDUpdates()
43 forceUpdateLEDs.begin(), forceUpdateLEDs.end(), in processLEDUpdates()
46 if (iter != forceUpdateLEDs.end()) in processLEDUpdates()
340 std::ranges::transform(forceLEDs, std::back_inserter(forceUpdateLEDs), in getPhysicalLEDNamesFromJson()
H A Dlamptest.hpp111 std::vector<std::string> forceUpdateLEDs; member in phosphor::led::LampTest