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