Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSelectionCriteria.cpp65 …electionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const in listSelectionCriteria()
67 …getSelectionCriteriaDefinition()->listSelectionCriteria(lstrResult, bWithTypeInfo, bHumanReadable); in listSelectionCriteria()
DSelectionCriteriaDefinition.cpp64 …electionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const in listSelectionCriteria()
74 … lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
DSelectionCriterion.cpp120 std::string CSelectionCriterion::getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) c… in getFormattedDescription()
124 if (bHumanReadable) { in getFormattedDescription()
DSelectionCriteriaDefinition.h50 …lectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const;
DSelectionCriteria.h62 …electionCriteria(std::list<std::string>& strResult, bool bWithTypeInfo, bool bHumanReadable) const;
DSelectionCriterion.h62 std::string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const;
DParameterMgr.cpp1130 bool bHumanReadable = strOutputFormat.empty(); in listCriteriaCommandProcess() local
1133 getSelectionCriteria()->listSelectionCriteria(lstrResult, true, bHumanReadable); in listCriteriaCommandProcess()