Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DCompoundRule.cpp38 const char *CCompoundRule::_apcTypes[2] = {"Any", "All"}; member in CCompoundRule
56 return _apcTypes[_bTypeAll]; in logValue()
65 if (ruleParser.getType() == _apcTypes[typeIndex]) { in parse()
84 string output = string(_apcTypes[_bTypeAll]) + "{"; in dump()
135 _bTypeAll = strType == _apcTypes[true]; in fromXml()
145 xmlElement.setAttribute("Type", _apcTypes[_bTypeAll]); in toXml()
DCompoundRule.h69 static const char *_apcTypes[]; variable