Searched refs:phyLedPath (Results 1 – 2 of 2) sorted by relevance
27 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()
24 static constexpr auto phyLedPath = "/xyz/openbmc_project/led/physical/"; variable