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

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

Completed in 453 milliseconds