Searched refs:buttonIntf (Results 1 – 4 of 4) sorted by relevance
| /openbmc/intel-ipmi-oem/src/ |
| H A D | chassiscommands.cpp | 37 static constexpr const char* buttonIntf = "xyz.openbmc_project.Chassis.Buttons"; variable 340 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in getButtonEnabled() 342 *busp, service, buttonPath, buttonIntf, "ButtonMasked"); in getButtonEnabled() 359 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in setButtonEnabled() 360 ipmi::setDbusProperty(*getSdBus(), service, buttonPath, buttonIntf, in setButtonEnabled() 671 buttonIntf), in registerChassisFunctions()
|
| H A D | manufacturingcommands.cpp | 492 if (mtm.setProperty(buttonService, path, buttonIntf, in appMTMGetSignal() 502 if (mtm.setProperty(buttonService, path, buttonIntf, in appMTMGetSignal() 516 if (mtm.getProperty(buttonService, path, buttonIntf, in appMTMGetSignal()
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | manufacturingcommands.hpp | 50 static constexpr const char* buttonIntf = "xyz.openbmc_project.Chassis.Buttons"; variable
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | chassishandler.cpp | 1068 const std::string& buttonIntf) in getButtonDisabled() argument 1073 ec = ipmi::getService(ctx, buttonIntf, buttonPath, service); in getButtonDisabled() 1077 ec = ipmi::getDbusProperty(ctx, service, buttonPath, buttonIntf, in getButtonDisabled() 1093 const std::string& buttonIntf, bool disable) in setButtonDisabled() argument 1097 ec = ipmi::getService(ctx, buttonIntf, buttonPath, service); in setButtonDisabled() 1100 ec = ipmi::setDbusProperty(ctx, service, buttonPath, buttonIntf, in setButtonDisabled()
|