Home | History | Annotate | Download | only in test-platform

Lines Matching refs:getArgument

141     return createExclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0),
150 return createInclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0),
159 return createExclusiveSelectionCriterion(remoteCommand.getArgument(0),
160 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0),
169 return createInclusiveSelectionCriterion(remoteCommand.getArgument(0),
170 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0),
188 const string &strAbort = remoteCommand.getArgument(0);
220 mParameterMgrPlatformConnector.setSchemaUri(remotecommand.getArgument(0));
232 if (convertTo(remoteCommand.getArgument(1), state)) {
234 bSuccess = setCriterionState(remoteCommand.getArgument(0), state, strResult);
267 const std::string &strValue = remoteCommand.getArgument(state + 1);
295 const std::string &strValue = remoteCommand.getArgument(state + 1);
385 std::string strCriterionName = remoteCommand.getArgument(0);
428 strLexicalState += remoteCommand.getArgument(lexicalSubStateIndex);