Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp72 for (const auto& path : physicalLEDPaths) in stop()
120 for (const auto& path : physicalLEDPaths) in storePhysicalLEDsStates()
191 physicalLEDPaths = dBusHandler.getSubTreePaths(phyLedPath, phyLedIntf); in start()
225 for (const auto& path : physicalLEDPaths) in start()
H A Dlamptest.hpp98 std::vector<std::string> physicalLEDPaths; member in phosphor::led::LampTest