Home
last modified time | relevance | path

Searched refs:CRuleParser (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DRuleParser.cpp39 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()
DRuleParser.h38 class CRuleParser
53 CRuleParser(const std::string &strApplicationRule,
55 ~CRuleParser();
76 CRuleParser(const CRuleParser &);
77 CRuleParser &operator=(const CRuleParser &);
DRule.h36 class CRuleParser; variable
43 virtual bool parse(CRuleParser &ruleParser, std::string &strError) = 0;
DCompoundRule.h40 bool parse(CRuleParser &ruleParser, std::string &strError) override;
DSelectionCriterionRule.h59 bool parse(CRuleParser &ruleParser, std::string &strError) override;
DCompoundRule.cpp60 bool CCompoundRule::parse(CRuleParser &ruleParser, string &strError) in parse()
DSelectionCriterionRule.cpp61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError) in parse()
DDomainConfiguration.cpp275 CRuleParser ruleParser(strApplicationRule, pSelectionCriteriaDefinition); in setApplicationRule()