Searched refs:createSelectionCriterionType (Results 1 – 15 of 15) sorted by relevance
48 CSelectionCriterionType* CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() function in CSelectionCriteria50 return getSelectionCriterionLibrary()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
54 ISelectionCriterionTypeInterface* CParameterMgrPlatformConnector::createSelectionCriterionType(bool… in createSelectionCriterionType() function in CParameterMgrPlatformConnector58 return _pParameterMgr->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
41 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive);
44 CSelectionCriterionType* CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() function in CSelectionCriterionLibrary
53 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive);
78 ISelectionCriterionTypeInterface* CParameterMgrFullConnector::createSelectionCriterionType( in createSelectionCriterionType() function in CParameterMgrFullConnector81 return _pParameterMgr->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
125 CSelectionCriterionType* createSelectionCriterionType(bool bIsInclusive);
755 CSelectionCriterionType* CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() function in CParameterMgr758 return getSelectionCriteria()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
299 _pParameterMgrPlatformConnector->createSelectionCriterionType(false); in createExclusiveSelectionCriterionFromStateList()331 _pParameterMgrPlatformConnector->createSelectionCriterionType(true); in createInclusiveSelectionCriterionFromStateList()369 _pParameterMgrPlatformConnector->createSelectionCriterionType(false); in createExclusiveSelectionCriterion()398 _pParameterMgrPlatformConnector->createSelectionCriterionType(true); in createInclusiveSelectionCriterion()
54 moodType = pfw.createSelectionCriterionType(False)
83 ISelectionCriterionTypeInterface* createSelectionCriterionType(bool bIsInclusive);
58 ISelectionCriterionTypeInterface* createSelectionCriterionType(bool bIsInclusive = false);
69 ISelectionCriterionTypeInterface* createSelectionCriterionType(bool bIsInclusive);
248 criterion_type = pfw.createSelectionCriterionType(criterion['inclusive'])
183 pfw->createSelectionCriterionType(criterion.inclusive); in createCriteria()