Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp723 auto minObject = sensorObject->second.find("MinValue"); in ipmiStorageGetSDR() local
731 if (minObject != sensorObject->second.end()) in ipmiStorageGetSDR()
733 min = std::visit(VariantToDoubleVisitor(), minObject->second); in ipmiStorageGetSDR()