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()
191 physicalLEDPaths = dBusHandler.getSubTreePaths(phyLedPath, phyLedIntf); in start()
197 "ERROR", e, "PATH", phyLedPath, "INTERFACE", phyLedIntf); in start()
341 [](const auto& i) { return phyLedPath + i; }); in getPhysicalLEDNamesFromJson()
345 [](const auto& i) { return phyLedPath + i; }); in getPhysicalLEDNamesFromJson()
363 phosphor::led::phyLedPath, phosphor::led::phyLedIntf); in clearLamps()
/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp215 std::string objPath = std::string(phyLedPath) + it.name; in driveLedsHandler()
230 std::string objPath = std::string(phyLedPath) + it.name; in driveLedsHandler()
H A Dmanager.hpp19 static constexpr auto phyLedPath = "/xyz/openbmc_project/led/physical/"; variable