Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp132 std::string strFormattedDescription; in getFormattedDescription() local
139 utility::appendTitle(strFormattedDescription, getName() + ":"); in getFormattedDescription()
142 strFormattedDescription += "Possible states "; in getFormattedDescription()
145 strFormattedDescription += "("; in getFormattedDescription()
146 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive"; in getFormattedDescription()
147 strFormattedDescription += "): "; in getFormattedDescription()
150 strFormattedDescription += _pType->listPossibleValues() + "\n"; in getFormattedDescription()
153 strFormattedDescription += "Current state"; in getFormattedDescription()
156 strFormattedDescription = getName(); in getFormattedDescription()
160 strFormattedDescription += " = " + _pType->getFormattedState(_iState); in getFormattedDescription()
[all …]