Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp113 auto findMax = propMap.find("MaxValue"); in getProperties() local
123 if (findMax != propMap.end()) in getProperties()
125 prop->max = std::visit(VariantToDoubleVisitor(), findMax->second); in getProperties()