Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp987 auto logThresholdHelper(const std::string& sensorObjPath, double value, in logThresholdHelper() argument
992 errorObj("SENSOR_NAME", sensorObjPath, "READING_VALUE", value, "UNITS", in logThresholdHelper()
1024 std::string sensorObjPath = sensorNameSpace + sensorName; in createThresholdLog() local
1030 helper(sensorObjPath, value, sensorUnit, threshold); in createThresholdLog()
1036 "OBJPATH", sensorObjPath, "ERROR", ec); in createThresholdLog()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2547 const std::string& sensorObjPath = sensor.first; in getSensorsByEntityId() local
2548 const auto& sensorTypeValue = getSensorTypeFromPath(sensorObjPath); in getSensorsByEntityId()
2563 if (!getSensorMap(ctx, connection, sensorObjPath, sensorMap, in getSensorsByEntityId()
2568 "SERVICE", connection, "PATH", sensorObjPath); in getSensorsByEntityId()
2580 sensorObjPath, in getSensorsByEntityId()
2602 auto recordId = getSensorNumberFromPath(sensorObjPath); in getSensorsByEntityId()
2608 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId()
2615 auto recordId = getSensorNumberFromPath(sensorObjPath); in getSensorsByEntityId()
2621 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp207 auto sensorObjPath = sensorDbusPath + sensorType + "/" + sensor; in parseConfigInterface() local
210 std::make_unique<SensorParam>(bus, sensorObjPath, *this); in parseConfigInterface()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp811 const std::string& sensorObjPath) in findInventoryItemForSensor() argument
815 if (inventoryItem.sensors.contains(sensorObjPath)) in findInventoryItemForSensor()
858 const std::string& invItemObjPath, const std::string& sensorObjPath) in addInventoryItem() argument
872 inventoryItem->sensors.emplace(sensorObjPath); in addInventoryItem()