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.cpp2652 auto tempValIt = properties.find("Value"); in readTemp() local
2654 if (tempValIt == properties.end()) in readTemp()
2663 tempVal = std::visit(ipmi::VariantToDoubleVisitor(), tempValIt->second); in readTemp()