Searched refs:fanIntf (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/include/ |
H A D | manufacturingcommands.hpp | 49 static constexpr const char* fanIntf = "xyz.openbmc_project.Sensor.Value"; variable
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 407 if (mtm.getProperty(fanService, fullPath, fanIntf, "Value", in appMTMGetSignal() 433 fanTachBasePath, 0, std::array<const char*, 1>{fanIntf}); in appMTMGetSignal() 445 if (mtm.getProperty(fanService, itr->first, fanIntf, "Value", in appMTMGetSignal() 672 mtm.setProperty(fanService, fanPwmInstancePath, fanIntf, in appMTMSetSignal()
|