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

  /external/parameter-framework/parameter/
SelectionCriterionLibrary.cpp 46 CSelectionCriterionType* pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive);
48 addChild(pSelectionCriterionType);
50 return pSelectionCriterionType;
SelectionCriteria.cpp 53 CSelectionCriterion* CSelectionCriteria::createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelectionCriterionType)
55 return getSelectionCriteriaDefinition()->createSelectionCriterion(strName, pSelectionCriterionType);
SelectionCriteriaDefinition.h 43 CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelectionCriterionType);
SelectionCriteria.h 54 CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelectionCriterionType);
SelectionCriteriaDefinition.cpp 43 CSelectionCriterion* CSelectionCriteriaDefinition::createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelectionCriterionType)
45 CSelectionCriterion* pSelectionCriterion = new CSelectionCriterion(strName, pSelectionCriterionType);
ParameterMgrPlatformConnector.cpp 61 ISelectionCriterionInterface* CParameterMgrPlatformConnector::createSelectionCriterion(const string& strName, const ISelectionCriterionTypeInterface* pSelectionCriterionType)
65 return _pParameterMgr->createSelectionCriterion(strName, static_cast<const CSelectionCriterionType*>(pSelectionCriterionType));
SelectionCriterionRule.cpp 232 const ISelectionCriterionTypeInterface* pSelectionCriterionType = _pSelectionCriterion->getCriterionType();
235 if (!pSelectionCriterionType->isTypeInclusive() && !pstMatchingRuleDescription->bExclusiveTypeCompatible) {
ParameterMgrFullConnector.cpp 86 const ISelectionCriterionTypeInterface* pSelectionCriterionType)
89 static_cast<const CSelectionCriterionType*>(pSelectionCriterionType));
ParameterMgr.h 126 CSelectionCriterion* createSelectionCriterion(const std::string& strName, const CSelectionCriterionType* pSelectionCriterionType);
    [all...]
ParameterMgr.cpp 761 CSelectionCriterion* CParameterMgr::createSelectionCriterion(const string& strName, const CSelectionCriterionType* pSelectionCriterionType)
764 return getSelectionCriteria()->createSelectionCriterion(strName, pSelectionCriterionType);
    [all...]
  /external/parameter-framework/parameter/include/
ParameterMgrPlatformConnector.h 59 ISelectionCriterionInterface* createSelectionCriterion(const std::string& strName, const ISelectionCriterionTypeInterface* pSelectionCriterionType);
ParameterMgrFullConnector.h 71 const ISelectionCriterionTypeInterface* pSelectionCriterionType);
  /external/parameter-framework/bindings/python/
pfw.i 85 const ISelectionCriterionTypeInterface* pSelectionCriterionType);

Completed in 348 milliseconds