Searched refs:CRuleParser (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | RuleParser.cpp | 39 const char *CRuleParser::_acDelimiters[CRuleParser::ENbStatuses] = { 48 CRuleParser::CRuleParser(const string &strApplicationRule, in CRuleParser() function in CRuleParser 55 CRuleParser::~CRuleParser() in ~CRuleParser() 61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError) in parse() 147 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 53 CRuleParser(const std::string &strApplicationRule, 55 ~CRuleParser(); 76 CRuleParser(const CRuleParser &); 77 CRuleParser &operator=(const CRuleParser &);
|
D | Rule.h | 36 class CRuleParser; variable 43 virtual bool parse(CRuleParser &ruleParser, std::string &strError) = 0;
|
D | CompoundRule.h | 40 bool parse(CRuleParser &ruleParser, std::string &strError) override;
|
D | SelectionCriterionRule.h | 59 bool parse(CRuleParser &ruleParser, std::string &strError) override;
|
D | CompoundRule.cpp | 60 bool CCompoundRule::parse(CRuleParser &ruleParser, string &strError) in parse()
|
D | SelectionCriterionRule.cpp | 61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError) in parse()
|
D | DomainConfiguration.cpp | 275 CRuleParser ruleParser(strApplicationRule, pSelectionCriteriaDefinition); in setApplicationRule()
|