Home
last modified time | relevance | path

Searched refs:lstrResult (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/parameter/
DSelectionCriteria.cpp65 void CSelectionCriteria::listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeIn… in listSelectionCriteria() argument
67 …getSelectionCriteriaDefinition()->listSelectionCriteria(lstrResult, bWithTypeInfo, bHumanReadable); in listSelectionCriteria()
DSelectionCriteriaDefinition.cpp64 void CSelectionCriteriaDefinition::listSelectionCriteria(std::list<std::string>& lstrResult, bool b… in listSelectionCriteria() argument
74lstrResult.push_back(pSelectionCriterion->getFormattedDescription(bWithTypeInfo, bHumanReadable)); in listSelectionCriteria()
DSelectionCriteriaDefinition.h50 …void listSelectionCriteria(std::list<std::string>& lstrResult, bool bWithTypeInfo, bool bHumanRead…
DParameterMgr.cpp1132 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()