HomeSort by relevance Sort by last modified time
    Searched defs:pSelectionCriterionType (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
SelectionCriterionLibrary.cpp 42 auto pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive);
44 addChild(pSelectionCriterionType);
46 return pSelectionCriterionType;
SelectionCriterionRule.cpp 228 const ISelectionCriterionTypeInterface *pSelectionCriterionType =
232 if (!pSelectionCriterionType->isTypeInclusive() &&

Completed in 127 milliseconds