Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSelectionCriterion.cpp37 …Name, const CSelectionCriterionType* pType) : base(strName), _iState(0), _pType(pType), _uiNbModif… in CSelectionCriterion()
93 return _pType; in getCriterionType()
136 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive"; in getFormattedDescription()
140 strFormattedDescription += _pType->listPossibleValues() + "\n"; in getFormattedDescription()
150 strFormattedDescription += " = " + _pType->getFormattedState(_iState); in getFormattedDescription()
158 strFormattedDescription += _pType->isTypeInclusive() ? "inclusive" : "exclusive"; in getFormattedDescription()
163 _pType->getFormattedState(_iState); in getFormattedDescription()
168 _pType->listPossibleValues(); in getFormattedDescription()
178 xmlElement.setAttributeString("Value", _pType->getFormattedState(_iState)); in toXml()
181 _pType->toXml(xmlElement, serializingContext); in toXml()
DSelectionCriterion.h79 const CSelectionCriterionType* _pType; variable