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.cpp138 auto profileName = name; in addSetPoint()
145 profileName = name.substr(name.find("_") + 1); in addSetPoint()
146 _SetPoints[profileName] += setPoint; in addSetPoint()
150 if (_SetPoints[profileName] < setPoint) in addSetPoint()
152 _SetPoints[profileName] = setPoint; in addSetPoint()
160 if (_maximumSetPoint < _SetPoints[profileName]) in addSetPoint()
162 _maximumSetPoint = _SetPoints[profileName]; in addSetPoint()
163 _maximumSetPointName = profileName;
354 auto profileName = _maximumSetPointName; in determineMaxSetPointRequest()
360 auto found = controllerID.find(profileName); in determineMaxSetPointRequest()
135 auto profileName = name; addSetPoint() local
351 auto profileName = _maximumSetPointName; determineMaxSetPointRequest() local
[all...]