Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DParameterMgr.cpp1098 string strOutputFormat; in listCriteriaCommandProcess() local
1104 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess()
1107 …std::transform(strOutputFormat.begin(), strOutputFormat.end(), strOutputFormat.begin(), ::toupper); in listCriteriaCommandProcess()
1109 if (strOutputFormat != "XML" && strOutputFormat != "CSV") { in listCriteriaCommandProcess()
1115 if (strOutputFormat == "XML") { in listCriteriaCommandProcess()
1130 bool bHumanReadable = strOutputFormat.empty(); in listCriteriaCommandProcess()