Searched refs:tempValIt (Results 1 – 1 of 1) sorted by relevance
2671 auto tempValIt = properties.find(SensorValue::property_names::value); in readTemp() local2673 if (tempValIt == properties.end()) in readTemp()2682 tempVal = std::visit(ipmi::VariantToDoubleVisitor(), tempValIt->second); in readTemp()