Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp722 auto maxObject = sensorObject->second.find("MaxValue"); in ipmiStorageGetSDR() local
726 if (maxObject != sensorObject->second.end()) in ipmiStorageGetSDR()
728 max = std::visit(VariantToDoubleVisitor(), maxObject->second); in ipmiStorageGetSDR()