Searched refs:phyLedPath (Results 1 – 3 of 3) 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()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()
274 std::string objPath = std::string(phyLedPath) + it.name; in driveLedsHandler()286 std::string objPath = std::string(phyLedPath) + it.name; in driveLedsHandler()
23 static constexpr auto phyLedPath = "/xyz/openbmc_project/led/physical/"; variable