Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterionRule.cpp99 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) { in parse()
115 _pSelectionCriterion->getCriterionType()->getLiteralValue(_iMatchValue, value); in dump()
185 if (!_pSelectionCriterion->getCriterionType()->getNumericalValue(strValue, _iMatchValue)) { in fromXml()
211 _pSelectionCriterion->getCriterionType()->getLiteralValue(_iMatchValue, strValue); in toXml()
229 _pSelectionCriterion->getCriterionType(); in setMatchesWhen()
DSelectionCriterion.h55 virtual const ISelectionCriterionTypeInterface *getCriterionType() const;
DSelectionCriterion.cpp100 const ISelectionCriterionTypeInterface *CSelectionCriterion::getCriterionType() const in getCriterionType() function in CSelectionCriterion
/external/parameter-framework/upstream/parameter/include/
DSelectionCriterionInterface.h42 virtual const ISelectionCriterionTypeInterface *getCriterionType() const = 0;
/external/parameter-framework/upstream/bindings/python/
Dpfw.i229 virtual const ISelectionCriterionTypeInterface* getCriterionType() const = 0;
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp398 const ISelectionCriterionTypeInterface *pCriterionType = pCriterion->getCriterionType(); in setCriterionStateByLexicalSpace()
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md186 ## `getCriterionType`