Searched refs:buttonIntf (Results 1 – 4 of 4) sorted by relevance
/openbmc/intel-ipmi-oem/src/ |
H A D | chassiscommands.cpp | 36 static constexpr const char* buttonIntf = "xyz.openbmc_project.Chassis.Buttons"; variable 339 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in getButtonEnabled() 341 *busp, service, buttonPath, buttonIntf, "ButtonMasked"); in getButtonEnabled() 358 auto service = ipmi::getService(*getSdBus(), buttonIntf, buttonPath); in setButtonEnabled() 359 ipmi::setDbusProperty(*getSdBus(), service, buttonPath, buttonIntf, in setButtonEnabled() 668 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 | 1035 const std::string& buttonIntf) in getButtonEnabled() argument 1041 auto service = ipmi::getService(*busp, buttonIntf, buttonPath); in getButtonEnabled() 1043 buttonIntf, "Enabled"); in getButtonEnabled() 1057 const std::string& buttonIntf, bool enable) in setButtonEnabled() argument 1061 ec = ipmi::getService(ctx, buttonIntf, buttonPath, service); in setButtonEnabled() 1064 ec = ipmi::setDbusProperty(ctx, service, buttonPath, buttonIntf, in setButtonEnabled()
|