Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2671 auto tempValIt = properties.find(SensorValue::property_names::value); in readTemp() local
2673 if (tempValIt == properties.end()) in readTemp()
2682 tempVal = std::visit(ipmi::VariantToDoubleVisitor(), tempValIt->second); in readTemp()