Home
last modified time | relevance | path

Searched refs:sensorPair (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp115 using sensorPair = typedef
117 static constexpr std::array<sensorPair, 3> paths = {
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1284 auto sensorPair = sensorMap.find(SensorValue::interface); in getIPMIThresholds() local
1286 if (sensorPair == sensorMap.end()) in getIPMIThresholds()