Home
last modified time | relevance | path

Searched refs:phyLedPath (Results 1 – 3 of 3) 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()
195 phyLedPath, phyLedIntf); in start()
201 "ERROR", e, "PATH", phyLedPath, "INTERFACE", phyLedIntf); in start()
346 [](const auto& i) { return phyLedPath + i; }); in getPhysicalLEDNamesFromJson()
350 [](const auto& i) { return phyLedPath + i; }); in getPhysicalLEDNamesFromJson()
368 phosphor::led::phyLedPath, phosphor::led::phyLedIntf); in clearLamps()
/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp274 std::string objPath = std::string(phyLedPath) + it.name; in driveLedsHandler()
286 std::string objPath = std::string(phyLedPath) + it.name; in driveLedsHandler()
H A Dmanager.hpp23 static constexpr auto phyLedPath = "/xyz/openbmc_project/led/physical/"; variable