Home
last modified time | relevance | path

Searched refs:bHumanReadable (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSelectionCriteria.cpp67 bool bWithTypeInfo, bool bHumanReadable) const in listSelectionCriteria()
70 bHumanReadable); in listSelectionCriteria()
DSelectionCriteriaDefinition.cpp64 bool bHumanReadable) const in listSelectionCriteria()
76 pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
DSelectionCriterion.cpp130 bool bHumanReadable) const in getFormattedDescription()
134 if (bHumanReadable) { in getFormattedDescription()
DSelectionCriteriaDefinition.h52 bool bHumanReadable) const;
DSelectionCriteria.h68 bool bHumanReadable) const;
DSelectionCriterion.h67 std::string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const;
DParameterMgr.cpp1100 bool bHumanReadable = strOutputFormat.empty(); in listCriteriaCommandProcess() local
1103 getSelectionCriteria()->listSelectionCriteria(lstrResult, true, bHumanReadable); in listCriteriaCommandProcess()