HomeSort by relevance Sort by last modified time
    Searched refs:_apcTypes (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
CompoundRule.cpp 38 const char *CCompoundRule::_apcTypes[2] = {"Any", "All"};
56 return _apcTypes[_bTypeAll];
65 if (ruleParser.getType() == _apcTypes[typeIndex]) {
84 string output = string(_apcTypes[_bTypeAll]) + "{";
135 _bTypeAll = strType == _apcTypes[true];
145 xmlElement.setAttribute("Type", _apcTypes[_bTypeAll]);
CompoundRule.h 68 static const char *_apcTypes[];

Completed in 407 milliseconds