Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.cpp.mako47 readingType = sensor["sensorReadingType"]
56 valueReadingType = sensor["readingType"]
58 updateFunc += sensor["readingType"]
60 getFunc += sensor["readingType"]
87 .sensorReadingType = ${readingType},
/openbmc/phosphor-mrw-tools/
H A Dgen_ipmi_sensor.pl120 my $readingType = $sensorTypeConfig->{$sensorName}->{"readingType"};
131 $data{'READING_TYPE'} = $readingType;
139 $debug .= "$serviceInterface: $readingType : $sensorNamePattern : ";
140 $debug .= "$serviceInterface: $readingType : $mutability : ";
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp467 sensor::ReadingType readingType = in objectPropertiesToJson() local
469 if (readingType == sensor::ReadingType::Invalid) in objectPropertiesToJson()
476 sensorJson["ReadingType"] = readingType; in objectPropertiesToJson()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3827 uint4_t readingType, uint16_t reserved) in ipmiOEMGetReading() argument
3833 if ((static_cast<uint8_t>(readingType) > iccTdc) || domainId || reserved) in ipmiOEMGetReading()
3849 if (static_cast<uint8_t>(readingType) == inletAirTemp) in ipmiOEMGetReading()
3872 return ipmi::responseSuccess(domainId, readingType, oemReadingValue); in ipmiOEMGetReading()