OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSelectionCriterion
(Results
1 - 11
of
11
) sorted by null
/external/parameter-framework/upstream/parameter/
SelectionCriteriaDefinition.h
47
const CSelectionCriterion *
getSelectionCriterion
(const std::string &strName) const;
48
CSelectionCriterion *
getSelectionCriterion
(const std::string &strName);
SelectionCriteria.h
61
CSelectionCriterion *
getSelectionCriterion
(const std::string &strName);
SelectionCriteria.cpp
60
CSelectionCriterion *CSelectionCriteria::
getSelectionCriterion
(const std::string &strName)
62
return getSelectionCriteriaDefinition()->
getSelectionCriterion
(strName);
SelectionCriteriaDefinition.cpp
50
const CSelectionCriterion *CSelectionCriteriaDefinition::
getSelectionCriterion
(
56
CSelectionCriterion *CSelectionCriteriaDefinition::
getSelectionCriterion
(const std::string &strName)
ParameterMgrPlatformConnector.cpp
71
ISelectionCriterionInterface *CParameterMgrPlatformConnector::
getSelectionCriterion
(
74
return _pParameterMgr->
getSelectionCriterion
(strName);
SelectionCriterionRule.cpp
65
ruleParser.getSelectionCriteriaDefinition()->
getSelectionCriterion
(ruleParser.getType());
155
xmlDomainImportContext.getSelectionCriteriaDefinition()->
getSelectionCriterion
(
ParameterMgr.h
113
CSelectionCriterion *
getSelectionCriterion
(const std::string &strName);
[
all
...]
ParameterMgr.cpp
673
CSelectionCriterion *CParameterMgr::
getSelectionCriterion
(const string &strName)
676
return getSelectionCriteria()->
getSelectionCriterion
(strName);
[
all
...]
/external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h
76
ISelectionCriterionInterface *
getSelectionCriterion
(const std::string &strName) const;
/external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp
366
mParameterMgrPlatformConnector.
getSelectionCriterion
(strName);
388
mParameterMgrPlatformConnector.
getSelectionCriterion
(strCriterionName);
/external/parameter-framework/upstream/bindings/python/
pfw.i
86
ISelectionCriterionInterface*
getSelectionCriterion
(const std::string& strName);
Completed in 382 milliseconds