Home
last modified time | relevance | path

Searched refs:bWithTypeInfo (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp129 std::string CSelectionCriterion::getFormattedDescription(bool bWithTypeInfo, in getFormattedDescription() argument
136 if (bWithTypeInfo) { in getFormattedDescription()
165 if (bWithTypeInfo) { in getFormattedDescription()
174 if (bWithTypeInfo) { in getFormattedDescription()
DSelectionCriteria.cpp67 bool bWithTypeInfo, bool bHumanReadable) const in listSelectionCriteria() argument
69 getSelectionCriteriaDefinition()->listSelectionCriteria(lstrResult, bWithTypeInfo, in listSelectionCriteria()
DSelectionCriteriaDefinition.cpp63 bool bWithTypeInfo, in listSelectionCriteria() argument
76 pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
DSelectionCriteriaDefinition.h51 void listSelectionCriteria(std::list<std::string> &lstrResult, bool bWithTypeInfo,
DSelectionCriteria.h67 void listSelectionCriteria(std::list<std::string> &strResult, bool bWithTypeInfo,
DSelectionCriterion.h67 std::string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const;