Searched refs:maxObject (Results 1 – 1 of 1) sorted by relevance
722 auto maxObject = sensorObject->second.find("MaxValue"); in ipmiStorageGetSDR() local726 if (maxObject != sensorObject->second.end()) in ipmiStorageGetSDR()728 max = std::visit(VariantToDoubleVisitor(), maxObject->second); in ipmiStorageGetSDR()