Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DRuleParser.cpp38 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()
DRuleParser.h38 class CRuleParser
52CRuleParser(const std::string& strApplicationRule, const CSelectionCriteriaDefinition* pSelectionC…
53 ~CRuleParser();
74 CRuleParser(const CRuleParser&);
75 CRuleParser& operator=(const CRuleParser&);
DRule.h36 class CRuleParser; variable
43 virtual bool parse(CRuleParser& ruleParser, std::string& strError) = 0;
DCompoundRule.h42 virtual bool parse(CRuleParser& ruleParser, std::string& strError);
DSelectionCriterionRule.h60 virtual bool parse(CRuleParser& ruleParser, std::string& strError);
DCompoundRule.cpp69 bool CCompoundRule::parse(CRuleParser& ruleParser, string& strError) in parse()
DSelectionCriterionRule.cpp70 bool CSelectionCriterionRule::parse(CRuleParser& ruleParser, string& strError) in parse()
DDomainConfiguration.cpp294 CRuleParser ruleParser(strApplicationRule, pSelectionCriteriaDefinition); in setApplicationRule()