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.cpp137 auto profileName = name; in addSetPoint() local
144 profileName = name.substr(name.find('_') + 1); in addSetPoint()
145 setPoints[profileName] += setPoint; in addSetPoint()
149 if (setPoints[profileName] < setPoint) in addSetPoint()
151 setPoints[profileName] = setPoint; in addSetPoint()
159 if (_maximumSetPoint < setPoints[profileName]) in addSetPoint()
161 _maximumSetPoint = setPoints[profileName]; in addSetPoint()
162 _maximumSetPointName = profileName; in addSetPoint()
356 auto profileName = _maximumSetPointName; in determineMaxSetPointRequest() local
362 auto found = controllerID.find(profileName); in determineMaxSetPointRequest()