Searched refs:CRuleParser (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/parameter/ |
D | RuleParser.cpp | 38 const char* CRuleParser::_acDelimiters[CRuleParser::ENbStatuses] = { 47 CRuleParser::CRuleParser(const string& strApplicationRule, const CSelectionCriteriaDefinition* pSel… in CRuleParser() function in CRuleParser 52 _eStatus(CRuleParser::EInit), in CRuleParser() 57 CRuleParser::~CRuleParser() in ~CRuleParser() 63 bool CRuleParser::parse(CCompoundRule* pParentRule, string& strError) in parse() 149 bool CRuleParser::iterate(string& strError) in iterate() 217 const string& CRuleParser::getType() const in getType() 223 const CSelectionCriteriaDefinition* CRuleParser::getSelectionCriteriaDefinition() const in getSelectionCriteriaDefinition() 229 CCompoundRule* CRuleParser::grabRootRule() in grabRootRule() 241 bool CRuleParser::next(string& strNext, string& strError) in next()
|
D | RuleParser.h | 38 class CRuleParser 52 …CRuleParser(const std::string& strApplicationRule, const CSelectionCriteriaDefinition* pSelectionC… 53 ~CRuleParser(); 74 CRuleParser(const CRuleParser&); 75 CRuleParser& operator=(const CRuleParser&);
|
D | Rule.h | 36 class CRuleParser; variable 43 virtual bool parse(CRuleParser& ruleParser, std::string& strError) = 0;
|
D | CompoundRule.h | 42 virtual bool parse(CRuleParser& ruleParser, std::string& strError);
|
D | SelectionCriterionRule.h | 60 virtual bool parse(CRuleParser& ruleParser, std::string& strError);
|
D | CompoundRule.cpp | 69 bool CCompoundRule::parse(CRuleParser& ruleParser, string& strError) in parse()
|
D | SelectionCriterionRule.cpp | 70 bool CSelectionCriterionRule::parse(CRuleParser& ruleParser, string& strError) in parse()
|
D | DomainConfiguration.cpp | 294 CRuleParser ruleParser(strApplicationRule, pSelectionCriteriaDefinition); in setApplicationRule()
|