• Home
  • Raw
  • Download

Lines Matching refs:remoteCommand

929     const IRemoteCommand &remoteCommand, string &strResult)  in setTuningModeCommandProcess()  argument
931 if (remoteCommand.getArgument(0) == "on") { in setTuningModeCommandProcess()
937 } else if (remoteCommand.getArgument(0) == "off") { in setTuningModeCommandProcess()
960 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setValueSpaceCommandProcess() argument
962 if (remoteCommand.getArgument(0) == "raw") { in setValueSpaceCommandProcess()
968 } else if (remoteCommand.getArgument(0) == "real") { in setValueSpaceCommandProcess()
991 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setOutputRawFormatCommandProcess() argument
993 if (remoteCommand.getArgument(0) == "hex") { in setOutputRawFormatCommandProcess()
999 } else if (remoteCommand.getArgument(0) == "dec") { in setOutputRawFormatCommandProcess()
1022 const IRemoteCommand &remoteCommand, string &strResult) in setAutoSyncCommandProcess() argument
1024 if (remoteCommand.getArgument(0) == "on") { in setAutoSyncCommandProcess()
1030 } else if (remoteCommand.getArgument(0) == "off") { in setAutoSyncCommandProcess()
1059 const IRemoteCommand &remoteCommand, string &strResult) in listCriteriaCommandProcess() argument
1061 if (remoteCommand.getArgumentCount() > 1) { in listCriteriaCommandProcess()
1069 if (remoteCommand.getArgumentCount() == 1) { in listCriteriaCommandProcess()
1072 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess()
1122 const IRemoteCommand &remoteCommand, string &strResult) in createDomainCommandProcess() argument
1124 return createDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone in createDomainCommandProcess()
1129 const IRemoteCommand &remoteCommand, string &strResult) in deleteDomainCommandProcess() argument
1131 return deleteDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone in deleteDomainCommandProcess()
1142 const IRemoteCommand &remoteCommand, string &strResult) in renameDomainCommandProcess() argument
1144 return renameDomain(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult) in renameDomainCommandProcess()
1150 const IRemoteCommand &remoteCommand, string &strResult) in setSequenceAwarenessCommandProcess() argument
1155 if (remoteCommand.getArgument(1) == "true") { in setSequenceAwarenessCommandProcess()
1159 } else if (remoteCommand.getArgument(1) == "false") { in setSequenceAwarenessCommandProcess()
1168 return setSequenceAwareness(remoteCommand.getArgument(0), bSequenceAware, strResult) in setSequenceAwarenessCommandProcess()
1174 const IRemoteCommand &remoteCommand, string &strResult) in getSequenceAwarenessCommandProcess() argument
1179 if (!getSequenceAwareness(remoteCommand.getArgument(0), bSequenceAware, strResult)) { in getSequenceAwarenessCommandProcess()
1190 const IRemoteCommand &remoteCommand, string &strResult) in listDomainElementsCommandProcess() argument
1192 return getConfigurableDomains()->listDomainElements(remoteCommand.getArgument(0), strResult) in listDomainElementsCommandProcess()
1198 const IRemoteCommand &remoteCommand, string &strResult) in addElementCommandProcess() argument
1200 return addConfigurableElementToDomain(remoteCommand.getArgument(0), in addElementCommandProcess()
1201 remoteCommand.getArgument(1), strResult) in addElementCommandProcess()
1207 const IRemoteCommand &remoteCommand, string &strResult) in removeElementCommandProcess() argument
1209 return removeConfigurableElementFromDomain(remoteCommand.getArgument(0), in removeElementCommandProcess()
1210 remoteCommand.getArgument(1), strResult) in removeElementCommandProcess()
1216 const IRemoteCommand &remoteCommand, string &strResult) in splitDomainCommandProcess() argument
1218 return split(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult) in splitDomainCommandProcess()
1225 const IRemoteCommand &remoteCommand, string &strResult) in listConfigurationsCommandProcess() argument
1227 return getConstConfigurableDomains()->listConfigurations(remoteCommand.getArgument(0), in listConfigurationsCommandProcess()
1247 const IRemoteCommand &remoteCommand, string &strResult) in createConfigurationCommandProcess() argument
1249 return createConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in createConfigurationCommandProcess()
1256 const IRemoteCommand &remoteCommand, string &strResult) in deleteConfigurationCommandProcess() argument
1258 return deleteConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in deleteConfigurationCommandProcess()
1265 const IRemoteCommand &remoteCommand, string &strResult) in renameConfigurationCommandProcess() argument
1267 return renameConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in renameConfigurationCommandProcess()
1268 remoteCommand.getArgument(2), strResult) in renameConfigurationCommandProcess()
1274 const IRemoteCommand &remoteCommand, string &strResult) in saveConfigurationCommandProcess() argument
1276 return saveConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult) in saveConfigurationCommandProcess()
1282 const IRemoteCommand &remoteCommand, string &strResult) in restoreConfigurationCommandProcess() argument
1285 if (!restoreConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), result)) { in restoreConfigurationCommandProcess()
1295 const IRemoteCommand &remoteCommand, string &strResult) in setElementSequenceCommandProcess() argument
1300 for (size_t argument = 2; argument < remoteCommand.getArgumentCount(); argument++) { in setElementSequenceCommandProcess()
1302 astrNewElementSequence.push_back(remoteCommand.getArgument(argument)); in setElementSequenceCommandProcess()
1306 return setElementSequence(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in setElementSequenceCommandProcess()
1313 const IRemoteCommand &remoteCommand, string &strResult) in getElementSequenceCommandProcess() argument
1316 return getConfigurableDomains()->getElementSequence(remoteCommand.getArgument(0), in getElementSequenceCommandProcess()
1317 remoteCommand.getArgument(1), strResult) in getElementSequenceCommandProcess()
1323 const IRemoteCommand &remoteCommand, string &strResult) in setRuleCommandProcess() argument
1326 return setApplicationRule(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in setRuleCommandProcess()
1327 remoteCommand.packArguments(2, remoteCommand.getArgumentCount() - 2), in setRuleCommandProcess()
1334 const IRemoteCommand &remoteCommand, string &strResult) in clearRuleCommandProcess() argument
1337 return clearApplicationRule(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in clearRuleCommandProcess()
1344 const IRemoteCommand &remoteCommand, string &strResult) in getRuleCommandProcess() argument
1347 return getApplicationRule(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult) in getRuleCommandProcess()
1354 const IRemoteCommand &remoteCommand, string &strResult) in listElementsCommandProcess() argument
1360 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listElementsCommandProcess()
1381 const IRemoteCommand &remoteCommand, string &strResult) in listParametersCommandProcess() argument
1387 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listParametersCommandProcess()
1407 const IRemoteCommand &remoteCommand, string &strResult) in getElementStructureXMLCommandProcess() argument
1413 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in getElementStructureXMLCommandProcess()
1431 const IRemoteCommand &remoteCommand, std::string &strResult) in getElementBytesCommandProcess() argument
1437 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in getElementBytesCommandProcess()
1471 const IRemoteCommand &remoteCommand, string &strResult) in setElementBytesCommandProcess() argument
1484 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in setElementBytesCommandProcess()
1495 auto first = remoteCommand.getArguments().cbegin() + 1; in setElementBytesCommandProcess()
1496 auto last = remoteCommand.getArguments().cend(); in setElementBytesCommandProcess()
1580 const IRemoteCommand &remoteCommand, string &result) in getElementXMLCommandProcess() argument
1586 if (not elementLocator.locate(remoteCommand.getArgument(0), &locatedElement, result)) { in getElementXMLCommandProcess()
1598 const IRemoteCommand &remoteCommand, string &result) in setElementXMLCommandProcess() argument
1609 if (not elementLocator.locate(remoteCommand.getArgument(0), &locatedElement, result)) { in setElementXMLCommandProcess()
1614 remoteCommand.getArgument(1), result)) { in setElementXMLCommandProcess()
1621 const IRemoteCommand &remoteCommand, string &strResult) in dumpElementCommandProcess() argument
1627 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in dumpElementCommandProcess()
1644 const IRemoteCommand &remoteCommand, string &strResult) in getElementSizeCommandProcess() argument
1650 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in getElementSizeCommandProcess()
1666 const IRemoteCommand &remoteCommand, string &strResult) in showPropertiesCommandProcess() argument
1672 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in showPropertiesCommandProcess()
1688 const IRemoteCommand &remoteCommand, string &strResult) in getParameterCommandProcess() argument
1692 if (!accessParameterValue(remoteCommand.getArgument(0), strValue, false, strResult)) { in getParameterCommandProcess()
1703 const IRemoteCommand &remoteCommand, string &strResult) in setParameterCommandProcess() argument
1706 string strValue = remoteCommand.packArguments(1, remoteCommand.getArgumentCount() - 1); in setParameterCommandProcess()
1708 return accessParameterValue(remoteCommand.getArgument(0), strValue, true, strResult) in setParameterCommandProcess()
1714 const IRemoteCommand &remoteCommand, string &strResult) in listBelongingDomainsCommandProcess() argument
1720 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listBelongingDomainsCommandProcess()
1736 const IRemoteCommand &remoteCommand, string &strResult) in listAssociatedDomainsCommandProcess() argument
1742 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listAssociatedDomainsCommandProcess()
1782 getConfigurationParameterCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) in getConfigurationParameterCommandProcess() argument
1787 if (!accessConfigurationValue(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in getConfigurationParameterCommandProcess()
1788 remoteCommand.getArgument(2), strOutputValue, false, strError)) { in getConfigurationParameterCommandProcess()
1800 setConfigurationParameterCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) in setConfigurationParameterCommandProcess() argument
1803 string strValue = remoteCommand.packArguments(3, remoteCommand.getArgumentCount() - 3); in setConfigurationParameterCommandProcess()
1806 accessConfigurationValue(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in setConfigurationParameterCommandProcess()
1807 remoteCommand.getArgument(2), strValue, true, strResult); in setConfigurationParameterCommandProcess()
1813 const IRemoteCommand &remoteCommand, string &strResult) in showMappingCommandProcess() argument
1815 if (!getParameterMapping(remoteCommand.getArgument(0), strResult)) { in showMappingCommandProcess()
1825 const IRemoteCommand &remoteCommand, string &strResult) in exportDomainsXMLCommandProcess() argument
1827 string strFileName = remoteCommand.getArgument(0); in exportDomainsXMLCommandProcess()
1833 const IRemoteCommand &remoteCommand, string &strResult) in importDomainsXMLCommandProcess() argument
1835 return importDomainsXml(remoteCommand.getArgument(0), false, true, strResult) in importDomainsXMLCommandProcess()
1841 exportDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, in exportDomainsWithSettingsXMLCommandProcess() argument
1844 string strFileName = remoteCommand.getArgument(0); in exportDomainsWithSettingsXMLCommandProcess()
1850 exportDomainWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &result) in exportDomainWithSettingsXMLCommandProcess() argument
1852 string domainName = remoteCommand.getArgument(0); in exportDomainWithSettingsXMLCommandProcess()
1853 string fileName = remoteCommand.getArgument(1); in exportDomainWithSettingsXMLCommandProcess()
1860 importDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, in importDomainsWithSettingsXMLCommandProcess() argument
1863 return importDomainsXml(remoteCommand.getArgument(0), true, true, strResult) in importDomainsWithSettingsXMLCommandProcess()
1869 importDomainWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, in importDomainWithSettingsXMLCommandProcess() argument
1875 if (remoteCommand.getArgumentCount() > 1) { in importDomainWithSettingsXMLCommandProcess()
1877 if (remoteCommand.getArgument(1) == "overwrite") { in importDomainWithSettingsXMLCommandProcess()
1886 return importSingleDomainXml(remoteCommand.getArgument(0), bOverwrite, true, true, strResult) in importDomainWithSettingsXMLCommandProcess()
1903 const IRemoteCommand &remoteCommand, string &strResult) in getDomainWithSettingsXMLCommandProcess() argument
1905 string strDomainName = remoteCommand.getArgument(0); in getDomainWithSettingsXMLCommandProcess()
1913 setDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) in setDomainsWithSettingsXMLCommandProcess() argument
1915 return importDomainsXml(remoteCommand.getArgument(0), true, false, strResult) in setDomainsWithSettingsXMLCommandProcess()
1921 const IRemoteCommand &remoteCommand, string &result) in setDomainWithSettingsXMLCommandProcess() argument
1925 if (remoteCommand.getArgumentCount() > 1) { in setDomainWithSettingsXMLCommandProcess()
1927 if (remoteCommand.getArgument(1) == "overwrite") { in setDomainWithSettingsXMLCommandProcess()
1936 return importSingleDomainXml(remoteCommand.getArgument(0), overwrite, true, false, result) in setDomainWithSettingsXMLCommandProcess()