Lines Matching refs:profileName
138 auto profileName = name;
145 profileName = name.substr(name.find("_") + 1);
146 _SetPoints[profileName] += setPoint;
150 if (_SetPoints[profileName] < setPoint)
152 _SetPoints[profileName] = setPoint;
160 if (_maximumSetPoint < _SetPoints[profileName])
162 _maximumSetPoint = _SetPoints[profileName];
163 _maximumSetPointName = profileName;
354 auto profileName = _maximumSetPointName;
360 auto found = controllerID.find(profileName);