Searched refs:ledIntf (Results 1 – 4 of 4) sorted by relevance
/openbmc/intel-ipmi-oem/include/ |
H A D | manufacturingcommands.hpp | 51 static constexpr const char* ledIntf = "xyz.openbmc_project.Led.Physical"; variable
|
H A D | oemcommands.hpp | 191 static constexpr const char* ledIntf = "xyz.openbmc_project.Led.Physical"; variable
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 115 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 D | oemcommands.cpp | 1545 if (getLEDState(*dbus, ledIntf, it->second, state) == -1) in ipmiOEMGetLEDStatus()
|