Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp27 std::string path = std::string(phyLedPath) + it.name; in processLEDUpdates()
41 std::string path = std::string(phyLedPath) + it.name; in processLEDUpdates()
193 phyLedPath, phyLedIntf); in start()
199 "ERROR", e, "PATH", phyLedPath, "INTERFACE", phyLedIntf); in start()
343 [](const auto& i) { return phyLedPath + i; }); in getPhysicalLEDNamesFromJson()
347 [](const auto& i) { return phyLedPath + i; }); in getPhysicalLEDNamesFromJson()
365 phosphor::led::phyLedPath, phosphor::led::phyLedIntf); in clearLamps()
/openbmc/phosphor-led-manager/manager/
H A Dmanager.hpp24 static constexpr auto phyLedPath = "/xyz/openbmc_project/led/physical/"; variable