Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp160 strFormattedDescription += " = " + _pType->getFormattedState(_iState); in getFormattedDescription()
172 strFormattedDescription += ", current state: " + _pType->getFormattedState(_iState); in getFormattedDescription()
187 xmlElement.setAttribute("Value", _pType->getFormattedState(_iState)); in toXml()
DSelectionCriterionType.h64 virtual std::string getFormattedState(int iValue) const;
DSelectionCriterionType.cpp179 std::string CSelectionCriterionType::getFormattedState(int iValue) const in getFormattedState() function in CSelectionCriterionType
/external/parameter-framework/upstream/parameter/include/
DSelectionCriterionTypeInterface.h49 virtual std::string getFormattedState(int iValue) const = 0;
/external/parameter-framework/upstream/bindings/python/
Dpfw.i213 virtual std::string getFormattedState(int iValue) const = 0;
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md173 ## `getFormattedState`