Searched refs:sensorObjPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 2528 const std::string& sensorObjPath = sensor.first; in getSensorsByEntityId() local 2529 const auto& sensorTypeValue = getSensorTypeFromPath(sensorObjPath); in getSensorsByEntityId() 2544 if (!getSensorMap(ctx, connection, sensorObjPath, sensorMap, in getSensorsByEntityId() 2549 "SERVICE", connection, "PATH", sensorObjPath); in getSensorsByEntityId() 2561 sensorObjPath, in getSensorsByEntityId() 2583 auto recordId = getSensorNumberFromPath(sensorObjPath); in getSensorsByEntityId() 2589 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId() 2596 auto recordId = getSensorNumberFromPath(sensorObjPath); in getSensorsByEntityId() 2602 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.cpp | 194 auto sensorObjPath = sensorDbusPath + sensorType + "/" + sensor; in parseConfigInterface() local 197 std::make_unique<SensorParam>(bus, sensorObjPath, *this); in parseConfigInterface()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 781 const std::string& sensorObjPath) in findInventoryItemForSensor() argument 785 if (inventoryItem.sensors.contains(sensorObjPath)) in findInventoryItemForSensor() 828 const std::string& invItemObjPath, const std::string& sensorObjPath) in addInventoryItem() argument 842 inventoryItem->sensors.emplace(sensorObjPath); in addInventoryItem()
|