Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp146 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive"; in getFormattedDescription()
168 strFormattedDescription += _pType->isTypeInclusive() ? "inclusive" : "exclusive"; in getFormattedDescription()
DSelectionCriterionType.cpp148 bool CSelectionCriterionType::isTypeInclusive() const in isTypeInclusive() function in CSelectionCriterionType
235 xmlElement.setAttribute("Kind", isTypeInclusive() ? "Inclusive" : "Exclusive"); in toXml()
DSelectionCriterionType.h58 virtual bool isTypeInclusive() const;
DSelectionCriterionRule.cpp232 if (!pSelectionCriterionType->isTypeInclusive() && in setMatchesWhen()
/external/parameter-framework/upstream/parameter/include/
DSelectionCriterionTypeInterface.h48 virtual bool isTypeInclusive() const = 0;
/external/parameter-framework/upstream/bindings/python/
Dpfw.i212 virtual bool isTypeInclusive() const = 0;
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp404 if (!pCriterionType->isTypeInclusive() && nbSubStates != 1) { in setCriterionStateByLexicalSpace()
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md168 ## `isTypeInclusive`