Searched refs:createSelectionCriterionType (Results 1 – 14 of 14) sorted by relevance
48 CSelectionCriterionType *CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() function in CSelectionCriteria50 return getSelectionCriterionLibrary()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
53 ISelectionCriterionTypeInterface *CParameterMgrPlatformConnector::createSelectionCriterionType( in createSelectionCriterionType() function in CParameterMgrPlatformConnector58 return _pParameterMgr->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
39 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
40 CSelectionCriterionType *CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() function in CSelectionCriterionLibrary
56 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
109 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
658 CSelectionCriterionType *CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() function in CParameterMgr661 return getSelectionCriteria()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
259 mParameterMgrPlatformConnector.createSelectionCriterionType(false); in createExclusiveSelectionCriterionFromStateList()287 mParameterMgrPlatformConnector.createSelectionCriterionType(true); in createInclusiveSelectionCriterionFromStateList()314 mParameterMgrPlatformConnector.createSelectionCriterionType(false); in createExclusiveSelectionCriterion()341 mParameterMgrPlatformConnector.createSelectionCriterionType(true); in createInclusiveSelectionCriterion()
55 moodType = pfw.createSelectionCriterionType(False)
83 ISelectionCriterionTypeInterface* createSelectionCriterionType(bool bIsInclusive);
71 ISelectionCriterionTypeInterface *createSelectionCriterionType(bool bIsInclusive = false);
130 auto criterionType = mConnector.createSelectionCriterionType(inclusiveness); in addCriteria()
196 pfw->createSelectionCriterionType(criterion.inclusive); in createCriteria()
14 ## `createSelectionCriterionType` and `createSelectionCriterion`