Lines Matching refs:SensorValue
51 using SensorValue = sdbusplus::common::xyz::openbmc_project::sensor::Value; typedef
267 auto sensorObject = sensorMap.find(SensorValue::interface); in getSensorMaxMin()
274 sensorObject->second.find(SensorValue::property_names::max_value); in getSensorMaxMin()
276 sensorObject->second.find(SensorValue::property_names::min_value); in getSensorMaxMin()
489 if (valueObject.find(SensorValue::property_names::value) == in calculateValue()
577 "PATH", path, "INTERFACE", SensorValue::interface, "ERROR", in getVrEventStatus()
807 SensorValue::interface) != interfaces.end()) in ipmiSetSensorReading()
814 auto sensorObject = sensorMap.find(SensorValue::interface); in ipmiSetSensorReading()
843 ctx, connection, path, SensorValue::interface, in ipmiSetSensorReading()
844 SensorValue::property_names::value, ipmi::Value(*value)); in ipmiSetSensorReading()
853 "PATH", path, "INTERFACE", SensorValue::interface, in ipmiSetSensorReading()
892 "PATH", path, "INTERFACE", SensorValue::interface, in ipmiSetSensorReading()
971 auto sensorObject = sensorMap.find(SensorValue::interface); in ipmiSenGetSensorReading()
974 sensorObject->second.find(SensorValue::property_names::value) == in ipmiSenGetSensorReading()
980 sensorObject->second[SensorValue::property_names::value]; in ipmiSenGetSensorReading()
1284 auto sensorPair = sensorMap.find(SensorValue::interface); in getIPMIThresholds()
1849 auto sensorObject = sensorMap.find(SensorValue::interface); in constructSensorSdr()
2223 SensorValue::interface) != interfaces.end()) in getSensorDataRecord()
2650 ipmi::getService(ctx, SensorValue::interface, objectPath, service); in readTemp()
2658 SensorValue::interface, properties); in readTemp()
2671 auto tempValIt = properties.find(SensorValue::property_names::value); in readTemp()