Home
last modified time | relevance | path

Searched refs:phyLedIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp153 phyLedIntf); in storePhysicalLEDsStates()
195 phyLedPath, phyLedIntf); in start()
201 "ERROR", e, "PATH", phyLedPath, "INTERFACE", phyLedIntf); in start()
368 phosphor::led::phyLedPath, phosphor::led::phyLedIntf); in clearLamps()
/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp224 objPath, phyLedIntf, "DutyOn", dutyOnValue); in drivePhysicalLED()
226 objPath, phyLedIntf, "Period", periodValue); in drivePhysicalLED()
230 phosphor::led::utils::DBusHandler::setProperty(objPath, phyLedIntf, in drivePhysicalLED()
H A Dmanager.hpp24 static constexpr auto phyLedIntf = "xyz.openbmc_project.Led.Physical"; variable