HomeSort by relevance Sort by last modified time
    Searched refs:lstrResult (Results 1 - 4 of 4) 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;
SelectionCriteriaDefinition.cpp 64 void CSelectionCriteriaDefinition::listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanReadable) const
74 lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable));
ParameterMgr.cpp     [all...]

Completed in 731 milliseconds