Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp37 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 Dmanufacturingcommands.cpp492 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 Dmanufacturingcommands.hpp50 static constexpr const char* buttonIntf = "xyz.openbmc_project.Chassis.Buttons"; variable
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1068 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()