Home
last modified time | relevance | path

Searched refs:ledIntf (Results 1 – 4 of 4) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp51 static constexpr const char* ledIntf = "xyz.openbmc_project.Led.Physical"; variable
H A Doemcommands.hpp191 static constexpr const char* ledIntf = "xyz.openbmc_project.Led.Physical"; variable
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp115 if (mtm.getProperty(ledService, ledPath.c_str(), ledIntf, "State", in ledStoreAndSet()
128 if (mtm.setProperty(ledService, ledPath, ledIntf, "State", in ledStoreAndSet()
165 if (mtm.setProperty(ledService, ledPath, ledIntf, "State", in ledRevert()
H A Doemcommands.cpp1545 if (getLEDState(*dbus, ledIntf, it->second, state) == -1) in ipmiOEMGetLEDStatus()