Searched refs:bHumanReadable (Results 1 – 7 of 7) sorted by relevance
/external/parameter-framework/parameter/ |
D | SelectionCriteria.cpp | 65 …electionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const in listSelectionCriteria() 67 …getSelectionCriteriaDefinition()->listSelectionCriteria(lstrResult, bWithTypeInfo, bHumanReadable); in listSelectionCriteria()
|
D | SelectionCriteriaDefinition.cpp | 64 …electionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const in listSelectionCriteria() 74 … lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
|
D | SelectionCriterion.cpp | 120 std::string CSelectionCriterion::getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) c… in getFormattedDescription() 124 if (bHumanReadable) { in getFormattedDescription()
|
D | SelectionCriteriaDefinition.h | 50 …lectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const;
|
D | SelectionCriteria.h | 62 …electionCriteria(std::list<std::string>& strResult, bool bWithTypeInfo, bool bHumanReadable) const;
|
D | SelectionCriterion.h | 62 std::string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const;
|
D | ParameterMgr.cpp | 1130 bool bHumanReadable = strOutputFormat.empty(); in listCriteriaCommandProcess() local 1133 getSelectionCriteria()->listSelectionCriteria(lstrResult, true, bHumanReadable); in listCriteriaCommandProcess()
|