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

/external/parameter-framework/parameter/
H A DSelectionCriterionRule.cpp84 string strMatchesWhen; local
86 if (!ruleParser.next(strMatchesWhen, strError)) {
99 if (!setMatchesWhen(strMatchesWhen, strError)) {
173 string strMatchesWhen = xmlElement.getAttributeString("MatchesWhen"); local
176 if (!setMatchesWhen(strMatchesWhen, strError)) {
178 xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " + getKind() + " " + xmlElement.getPath() + ": " + strError);
219 bool CSelectionCriterionRule::setMatchesWhen(const string& strMatchesWhen, string& strError) argument
227 if (strMatchesWhen == pstMatchingRuleDescription->pcMatchesWhen) {
H A DSelectionCriterionRule.h81 bool setMatchesWhen(const std::string& strMatchesWhen, std::string& strError);

Completed in 94 milliseconds