Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp135 auto profileName = name; in addSetPoint() local
142 profileName = name.substr(name.find("_") + 1); in addSetPoint()
143 _SetPoints[profileName] += setPoint; in addSetPoint()
147 if (_SetPoints[profileName] < setPoint) in addSetPoint()
149 _SetPoints[profileName] = setPoint; in addSetPoint()
157 if (_maximumSetPoint < _SetPoints[profileName]) in addSetPoint()
159 _maximumSetPoint = _SetPoints[profileName]; in addSetPoint()
160 _maximumSetPointName = profileName; in addSetPoint()
351 auto profileName = _maximumSetPointName; in determineMaxSetPointRequest() local
357 auto found = controllerID.find(profileName); in determineMaxSetPointRequest()