Home
last modified time | relevance | path

Searched refs:getSelectionCriterion (Results 1 – 12 of 12) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSelectionCriteriaDefinition.h47 const CSelectionCriterion *getSelectionCriterion(const std::string &strName) const;
48 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
DSelectionCriteria.cpp60 CSelectionCriterion *CSelectionCriteria::getSelectionCriterion(const std::string &strName) in getSelectionCriterion() function in CSelectionCriteria
62 return getSelectionCriteriaDefinition()->getSelectionCriterion(strName); in getSelectionCriterion()
DSelectionCriteriaDefinition.cpp50 const CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion( in getSelectionCriterion() function in CSelectionCriteriaDefinition
56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName) in getSelectionCriterion() function in CSelectionCriteriaDefinition
DParameterMgrPlatformConnector.cpp71 ISelectionCriterionInterface *CParameterMgrPlatformConnector::getSelectionCriterion( in getSelectionCriterion() function in CParameterMgrPlatformConnector
74 return _pParameterMgr->getSelectionCriterion(strName); in getSelectionCriterion()
DSelectionCriterionRule.cpp65 ruleParser.getSelectionCriteriaDefinition()->getSelectionCriterion(ruleParser.getType()); in parse()
155 xmlDomainImportContext.getSelectionCriteriaDefinition()->getSelectionCriterion( in fromXml()
DSelectionCriteria.h61 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
DParameterMgr.h113 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
DParameterMgr.cpp673 CSelectionCriterion *CParameterMgr::getSelectionCriterion(const string &strName) in getSelectionCriterion() function in CParameterMgr
676 return getSelectionCriteria()->getSelectionCriterion(strName); in getSelectionCriterion()
/external/parameter-framework/upstream/parameter/include/
DParameterMgrPlatformConnector.h76 ISelectionCriterionInterface *getSelectionCriterion(const std::string &strName) const;
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp366 mParameterMgrPlatformConnector.getSelectionCriterion(strName); in setCriterionState()
388 mParameterMgrPlatformConnector.getSelectionCriterion(strCriterionName); in setCriterionStateByLexicalSpace()
/external/parameter-framework/upstream/bindings/python/
Dpfw.i86 ISelectionCriterionInterface* getSelectionCriterion(const std::string& strName);
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md19 ## `getSelectionCriterion`