Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSelectionCriterionLibrary.cpp42 CSelectionCriterionType *pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive); in createSelectionCriterionType() local
44 addChild(pSelectionCriterionType); in createSelectionCriterionType()
46 return pSelectionCriterionType; in createSelectionCriterionType()
DParameterMgrPlatformConnector.cpp62 const string &strName, const ISelectionCriterionTypeInterface *pSelectionCriterionType) in createSelectionCriterion() argument
67 strName, static_cast<const CSelectionCriterionType *>(pSelectionCriterionType)); in createSelectionCriterion()
DSelectionCriterionRule.cpp228 const ISelectionCriterionTypeInterface *pSelectionCriterionType = in setMatchesWhen() local
232 if (!pSelectionCriterionType->isTypeInclusive() && in setMatchesWhen()
DParameterMgr.h111 const std::string &strName, const CSelectionCriterionType *pSelectionCriterionType);
DParameterMgr.cpp665 const string &strName, const CSelectionCriterionType *pSelectionCriterionType) in createSelectionCriterion() argument
668 return getSelectionCriteria()->createSelectionCriterion(strName, pSelectionCriterionType, in createSelectionCriterion()
/external/parameter-framework/upstream/parameter/include/
DParameterMgrPlatformConnector.h74 const ISelectionCriterionTypeInterface *pSelectionCriterionType);
/external/parameter-framework/upstream/bindings/python/
Dpfw.i85 const ISelectionCriterionTypeInterface* pSelectionCriterionType);