Searched refs:getNumericalValue (Results 1 - 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/include/
H A DSelectionCriterionTypeInterface.h46 virtual bool getNumericalValue(const std::string &strValue, int &iValue) const = 0;
/external/parameter-framework/upstream/parameter/
H A DSelectionCriterionType.h56 virtual bool getNumericalValue(const std::string &strValue, int &iValue) const;
H A DSelectionCriterionRule.cpp99 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) {
185 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) {
H A DSelectionCriterionType.cpp93 bool CSelectionCriterionType::getNumericalValue(const std::string &strValue, int &iValue) const function in class:CSelectionCriterionType
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i210 virtual bool getNumericalValue(const std::string& strValue, int& iValue) const = 0;
/external/parameter-framework/upstream/test/test-platform/
H A DTestPlatform.cpp420 * getNumericalValue method from ISelectionCriterionTypeInterface strip his parameter
432 if (!pCriterionType->getNumericalValue(strLexicalState, iNumericalState)) {

Completed in 124 milliseconds