OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pType
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
SelectionCriterion.cpp
42
: base(strName),
_pType
(pType), _logger(logger)
102
return
_pType
;
146
strFormattedDescription +=
_pType
->isTypeInclusive() ? "Inclusive" : "Exclusive";
150
strFormattedDescription +=
_pType
->listPossibleValues() + "\n";
160
strFormattedDescription += " = " +
_pType
->getFormattedState(_iState);
168
strFormattedDescription +=
_pType
->isTypeInclusive() ? "inclusive" : "exclusive";
172
strFormattedDescription += ", current state: " +
_pType
->getFormattedState(_iState);
176
strFormattedDescription += ", states: " +
_pType
->listPossibleValues();
187
xmlElement.setAttribute("Value",
_pType
->getFormattedState(_iState));
190
_pType
->toXml(xmlElement, serializingContext)
[
all
...]
SelectionCriterion.h
85
const CSelectionCriterionType *
_pType
;
Completed in 51 milliseconds