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.hpp113 using sensorPair = typedef
115 static constexpr std::array<sensorPair, 3> paths = {
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1266 auto sensorPair = sensorMap.find(sensor::sensorInterface); in getIPMIThresholds() local
1268 if (sensorPair == sensorMap.end()) in getIPMIThresholds()