Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DCompoundRule.cpp38 const char* CCompoundRule::_apcTypes[2] = { member in CCompoundRule
65 strValue = _apcTypes[_bTypeAll]; in logValue()
76 if (ruleParser.getType() == _apcTypes[uiType]) { in parse()
95 strResult += _apcTypes[_bTypeAll]; in dump()
143 _bTypeAll = xmlElement.getAttributeBoolean("Type", _apcTypes[true]); in fromXml()
153 xmlElement.setAttributeString("Type", _apcTypes[_bTypeAll]); in toXml()
DCompoundRule.h69 static const char* _apcTypes[]; variable