HomeSort by relevance Sort by last modified time
    Searched refs:bHumanReadable (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/parameter/
SelectionCriteria.cpp 65 void CSelectionCriteria::listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const
67 getSelectionCriteriaDefinition()->listSelectionCriteria(lstrResult, bWithTypeInfo, bHumanReadable);
SelectionCriteriaDefinition.h 50 void listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const;
SelectionCriteria.h 62 void listSelectionCriteria(std::list<std::string>& strResult, bool bWithTypeInfo, bool bHumanReadable) const;
SelectionCriterion.h 62 std::string getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const;
SelectionCriteriaDefinition.cpp 64 void CSelectionCriteriaDefinition::listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const
74 lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable));
SelectionCriterion.cpp 120 std::string CSelectionCriterion::getFormattedDescription(bool bWithTypeInfo, bool bHumanReadable) const
124 if (bHumanReadable) {
ParameterMgr.cpp     [all...]

Completed in 558 milliseconds