Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp1066 string strOutputFormat; in listCriteriaCommandProcess() local
1072 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess()
1075 std::transform(strOutputFormat.begin(), strOutputFormat.end(), strOutputFormat.begin(), in listCriteriaCommandProcess()
1078 if (strOutputFormat != "XML" && strOutputFormat != "CSV") { in listCriteriaCommandProcess()
1084 if (strOutputFormat == "XML") { in listCriteriaCommandProcess()
1100 bool bHumanReadable = strOutputFormat.empty(); in listCriteriaCommandProcess()