Home
last modified time | relevance | path

Searched refs:bIsInclusive (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSelectionCriterionLibrary.cpp40 CSelectionCriterionType *CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() argument
42 CSelectionCriterionType *pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
DSelectionCriteria.cpp48 CSelectionCriterionType *CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() argument
50 return getSelectionCriterionLibrary()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
DParameterMgrPlatformConnector.cpp54 bool bIsInclusive) in createSelectionCriterionType() argument
58 return _pParameterMgr->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
DSelectionCriterionType.cpp39 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive) in CSelectionCriterionType() argument
DSelectionCriterionLibrary.h39 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
DSelectionCriteria.h56 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
DSelectionCriterionType.h42 CSelectionCriterionType(bool bIsInclusive);
DParameterMgr.h109 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
DParameterMgr.cpp658 CSelectionCriterionType *CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() argument
661 return getSelectionCriteria()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
/external/parameter-framework/upstream/parameter/include/
DParameterMgrPlatformConnector.h71 ISelectionCriterionTypeInterface *createSelectionCriterionType(bool bIsInclusive = false);
/external/parameter-framework/upstream/bindings/python/
Dpfw.i83 ISelectionCriterionTypeInterface* createSelectionCriterionType(bool bIsInclusive);