OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createSelectionCriterionType
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/upstream/parameter/
SelectionCriterionLibrary.cpp
40
CSelectionCriterionType *CSelectionCriterionLibrary::
createSelectionCriterionType
(bool bIsInclusive)
SelectionCriteria.cpp
48
CSelectionCriterionType *CSelectionCriteria::
createSelectionCriterionType
(bool bIsInclusive)
50
return getSelectionCriterionLibrary()->
createSelectionCriterionType
(bIsInclusive);
ParameterMgrPlatformConnector.cpp
53
ISelectionCriterionTypeInterface *CParameterMgrPlatformConnector::
createSelectionCriterionType
(
58
return _pParameterMgr->
createSelectionCriterionType
(bIsInclusive);
ParameterMgr.cpp
658
CSelectionCriterionType *CParameterMgr::
createSelectionCriterionType
(bool bIsInclusive)
661
return getSelectionCriteria()->
createSelectionCriterionType
(bIsInclusive);
[
all
...]
Completed in 98 milliseconds