Searched refs:lstrResult (Results 1 – 4 of 4) sorted by relevance
/external/parameter-framework/parameter/ |
D | SelectionCriteria.cpp | 65 void CSelectionCriteria::listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeIn… in listSelectionCriteria() argument 67 …getSelectionCriteriaDefinition()->listSelectionCriteria(lstrResult, bWithTypeInfo, bHumanReadable); in listSelectionCriteria()
|
D | SelectionCriteriaDefinition.cpp | 64 void CSelectionCriteriaDefinition::listSelectionCriteria(std::list<std::string>& lstrResult, bool b… in listSelectionCriteria() argument 74 … lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
|
D | SelectionCriteriaDefinition.h | 50 …void listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanRead…
|
D | ParameterMgr.cpp | 1132 list<string> lstrResult; in listCriteriaCommandProcess() local 1133 getSelectionCriteria()->listSelectionCriteria(lstrResult, true, bHumanReadable); in listCriteriaCommandProcess() 1136 CUtility::asString(lstrResult, strResult); in listCriteriaCommandProcess() 1276 list<string> lstrResult; in restoreConfigurationCommandProcess() local 1277 …f (!restoreConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), lstrResult)) { in restoreConfigurationCommandProcess() 1279 CUtility::asString(lstrResult, strResult); in restoreConfigurationCommandProcess()
|