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

  /external/parameter-framework/upstream/parameter/include/
SelectionCriterionTypeInterface.h 48 virtual bool isTypeInclusive() const = 0;
  /external/parameter-framework/upstream/parameter/
SelectionCriterionType.h 58 virtual bool isTypeInclusive() const;
SelectionCriterion.cpp 146 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive";
168 strFormattedDescription += _pType->isTypeInclusive() ? "inclusive" : "exclusive";
SelectionCriterionType.cpp 148 bool CSelectionCriterionType::isTypeInclusive() const
235 xmlElement.setAttribute("Kind", isTypeInclusive() ? "Inclusive" : "Exclusive");
SelectionCriterionRule.cpp 232 if (!pSelectionCriterionType->isTypeInclusive() &&
  /external/parameter-framework/upstream/bindings/python/
pfw.i 212 virtual bool isTypeInclusive() const = 0;
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 404 if (!pCriterionType->isTypeInclusive() && nbSubStates != 1) {

Completed in 106 milliseconds