Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp112 auto findScale = propMap.find("Scale"); in getProperties() local
119 if (findScale != propMap.end()) in getProperties()
121 prop->scale = std::get<int64_t>(findScale->second); in getProperties()