Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp42 : base(strName), _pType(pType), _logger(logger) in CSelectionCriterion()
102 return _pType; in getCriterionType()
146 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive"; in getFormattedDescription()
150 strFormattedDescription += _pType->listPossibleValues() + "\n"; in getFormattedDescription()
160 strFormattedDescription += " = " + _pType->getFormattedState(_iState); in getFormattedDescription()
168 strFormattedDescription += _pType->isTypeInclusive() ? "inclusive" : "exclusive"; in getFormattedDescription()
172 strFormattedDescription += ", current state: " + _pType->getFormattedState(_iState); in getFormattedDescription()
176 strFormattedDescription += ", states: " + _pType->listPossibleValues(); in getFormattedDescription()
187 xmlElement.setAttribute("Value", _pType->getFormattedState(_iState)); in toXml()
190 _pType->toXml(xmlElement, serializingContext); in toXml()
DSelectionCriterion.h85 const CSelectionCriterionType *_pType; variable