Home
last modified time | relevance | path

Searched refs:strMatchesWhen (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSelectionCriterionRule.cpp76 string strMatchesWhen; in parse() local
78 if (!ruleParser.next(strMatchesWhen, strError)) { in parse()
91 if (!setMatchesWhen(strMatchesWhen, strError)) { in parse()
169 string strMatchesWhen; in fromXml() local
170 xmlElement.getAttribute("MatchesWhen", strMatchesWhen); in fromXml()
173 if (!setMatchesWhen(strMatchesWhen, strError)) { in fromXml()
175 xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " + in fromXml()
217 bool CSelectionCriterionRule::setMatchesWhen(const string &strMatchesWhen, string &strError) in setMatchesWhen() argument
223 if (strMatchesWhen == pstMatchingRuleDescription->pcMatchesWhen) { in setMatchesWhen()
DSelectionCriterionRule.h82 bool setMatchesWhen(const std::string &strMatchesWhen, std::string &strError);