HomeSort by relevance Sort by last modified time
    Searched refs:getFormattedState (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/upstream/parameter/include/
SelectionCriterionTypeInterface.h 49 virtual std::string getFormattedState(int iValue) const = 0;
  /external/parameter-framework/upstream/parameter/
SelectionCriterion.cpp 160 strFormattedDescription += " = " + _pType->getFormattedState(_iState);
172 strFormattedDescription += ", current state: " + _pType->getFormattedState(_iState);
187 xmlElement.setAttribute("Value", _pType->getFormattedState(_iState));
SelectionCriterionType.h 64 virtual std::string getFormattedState(int iValue) const;
SelectionCriterionType.cpp 179 std::string CSelectionCriterionType::getFormattedState(int iValue) const
  /external/parameter-framework/upstream/bindings/python/
pfw.i 213 virtual std::string getFormattedState(int iValue) const = 0;

Completed in 124 milliseconds