Home | History | Annotate | Download | only in parameter

Lines Matching refs:strResult

862     const IRemoteCommand & /*command*/, string &strResult)
865 strResult = getVersion();
872 const IRemoteCommand & /*command*/, string &strResult)
879 utility::appendTitle(strResult, "General:");
881 strResult += "System Class: ";
882 strResult += pSystemClass->getName();
883 strResult += "\n";
886 strResult += "Tuning Mode: ";
887 strResult += tuningModeOn() ? "on" : "off";
888 strResult += "\n";
891 strResult += "Value Space: ";
892 strResult += valueSpaceIsRaw() ? "raw" : "real";
893 strResult += "\n";
896 strResult += "Output Raw Format: ";
897 strResult += outputRawFormatIsHex() ? "hex" : "dec";
898 strResult += "\n";
901 strResult += "Auto Sync: ";
902 strResult += autoSyncOn() ? "on" : "off";
903 strResult += "\n";
906 utility::appendTitle(strResult, "Subsystems:");
909 strResult += strSubsystemList;
912 utility::appendTitle(strResult, "Last Applied [Pending] Configurations:");
915 strResult += strLastAppliedConfigurations;
918 utility::appendTitle(strResult, "Selection Criteria:");
922 strResult += utility::asString(lstrSelectionCriteria);
929 const IRemoteCommand &remoteCommand, string &strResult)
933 if (setTuningMode(true, strResult)) {
939 if (setTuningMode(false, strResult)) {
951 const IRemoteCommand & /*command*/, string &strResult)
953 strResult = tuningModeOn() ? "on" : "off";
960 const IRemoteCommand &remoteCommand, string & /*strResult*/)
982 const IRemoteCommand & /*command*/, string &strResult)
984 strResult = valueSpaceIsRaw() ? "raw" : "real";
991 const IRemoteCommand &remoteCommand, string & /*strResult*/)
1013 const IRemoteCommand & /*command*/, string &strResult)
1015 strResult = outputRawFormatIsHex() ? "hex" : "dec";
1022 const IRemoteCommand &remoteCommand, string &strResult)
1026 if (setAutoSync(true, strResult)) {
1032 if (setAutoSync(false, strResult)) {
1044 const IRemoteCommand & /*command*/, string &strResult)
1046 strResult = autoSyncOn() ? "on" : "off";
1052 const IRemoteCommand &, string &strResult)
1054 return sync(strResult) ? CCommandHandler::EDone : CCommandHandler::EFailed;
1059 const IRemoteCommand &remoteCommand, string &strResult)
1090 CXmlSerializingContext{strResult}, strResult)) {
1106 strResult += utility::asString(lstrResult);
1114 const IRemoteCommand & /*command*/, string &strResult)
1116 getConfigurableDomains()->listDomains(strResult);
1122 const IRemoteCommand &remoteCommand, string &strResult)
1124 return createDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone
1129 const IRemoteCommand &remoteCommand, string &strResult)
1131 return deleteDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone
1136 const IRemoteCommand & /*command*/, string &strResult)
1138 return deleteAllDomains(strResult) ? CCommandHandler::EDone : CCommandHandler::EFailed;
1142 const IRemoteCommand &remoteCommand, string &strResult)
1144 return renameDomain(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult)
1150 const IRemoteCommand &remoteCommand, string &strResult)
1168 return setSequenceAwareness(remoteCommand.getArgument(0), bSequenceAware, strResult)
1174 const IRemoteCommand &remoteCommand, string &strResult)
1179 if (!getSequenceAwareness(remoteCommand.getArgument(0), bSequenceAware, strResult)) {
1184 strResult = bSequenceAware ? "true" : "false";
1190 const IRemoteCommand &remoteCommand, string &strResult)
1192 return getConfigurableDomains()->listDomainElements(remoteCommand.getArgument(0), strResult)
1198 const IRemoteCommand &remoteCommand, string &strResult)
1201 remoteCommand.getArgument(1), strResult)
1207 const IRemoteCommand &remoteCommand, string &strResult)
1210 remoteCommand.getArgument(1), strResult)
1216 const IRemoteCommand &remoteCommand, string &strResult)
1218 return split(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult)
1225 const IRemoteCommand &remoteCommand, string &strResult)
1228 strResult)
1234 const IRemoteCommand & /*command*/, string &strResult)
1241 strResult = getConstConfigurableDomains()->dumpContent(errorContext);
1247 const IRemoteCommand &remoteCommand, string &strResult)
1250 strResult)
1256 const IRemoteCommand &remoteCommand, string &strResult)
1259 strResult)
1265 const IRemoteCommand &remoteCommand, string &strResult)
1268 remoteCommand.getArgument(2), strResult)
1274 const IRemoteCommand &remoteCommand, string &strResult)
1276 return saveConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult)
1282 const IRemoteCommand &remoteCommand, string &strResult)
1287 strResult = utility::asString(result);
1295 const IRemoteCommand &remoteCommand, string &strResult)
1307 astrNewElementSequence, strResult)
1313 const IRemoteCommand &remoteCommand, string &strResult)
1317 remoteCommand.getArgument(1), strResult)
1323 const IRemoteCommand &remoteCommand, string &strResult)
1328 strResult)
1334 const IRemoteCommand &remoteCommand, string &strResult)
1338 strResult)
1344 const IRemoteCommand &remoteCommand, string &strResult)
1347 return getApplicationRule(remoteCommand.getArgument(0), remoteCommand.getArgument(1), strResult)
1354 const IRemoteCommand &remoteCommand, string &strResult)
1360 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1374 strResult += pLocatedElement->listQualifiedPaths(false);
1381 const IRemoteCommand &remoteCommand, string &strResult)
1387 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1401 strResult += pLocatedElement->listQualifiedPaths(true);
1407 const IRemoteCommand &remoteCommand, string &strResult)
1413 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1419 CParameterAccessContext accessContext(strResult);
1421 CXmlParameterSerializingContext{accessContext, strResult},
1422 strResult)) {
1431 const IRemoteCommand &remoteCommand, std::string &strResult)
1437 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1461 strResult = ostream.str();
1462 if (not strResult.empty()) {
1464 strResult.pop_back();
1471 const IRemoteCommand &remoteCommand, string &strResult)
1474 if (!checkTuningModeOn(strResult)) {
1484 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1509 strResult = e.what();
1515 if (!setSettingsAsBytes(*pConfigurableElement, bytes, strResult)) {
1621 const IRemoteCommand &remoteCommand, string &strResult)
1627 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1638 strResult = pLocatedElement->dumpContent(parameterAccessContext);
1644 const IRemoteCommand &remoteCommand, string &strResult)
1650 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1660 strResult = pConfigurableElement->getFootprintAsString();
1666 const IRemoteCommand &remoteCommand, string &strResult)
1672 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1682 pConfigurableElement->showProperties(strResult);
1688 const IRemoteCommand &remoteCommand, string &strResult)
1692 if (!accessParameterValue(remoteCommand.getArgument(0), strValue, false, strResult)) {
1697 strResult = strValue;
1703 const IRemoteCommand &remoteCommand, string &strResult)
1708 return accessParameterValue(remoteCommand.getArgument(0), strValue, true, strResult)
1714 const IRemoteCommand &remoteCommand, string &strResult)
1720 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1730 pConfigurableElement->listBelongingDomains(strResult);
1736 const IRemoteCommand &remoteCommand, string &strResult)
1742 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) {
1752 pConfigurableElement->listAssociatedDomains(strResult);
1758 const IRemoteCommand & /*command*/, string &strResult)
1760 getConfigurableDomains()->listAssociatedElements(strResult);
1766 const IRemoteCommand & /*command*/, string &strResult)
1768 getConfigurableDomains()->listConflictingElements(strResult);
1774 const IRemoteCommand & /*command*/, string &strResult)
1776 getSystemClass()->listRogueElements(strResult);
1782 getConfigurationParameterCommandProcess(const IRemoteCommand &remoteCommand, string &strResult)
1790 strResult = strError;
1794 strResult = strOutputValue;
1800 setConfigurationParameterCommandProcess(const IRemoteCommand &remoteCommand, string &strResult)
1807 remoteCommand.getArgument(2), strValue, true, strResult);
1813 const IRemoteCommand &remoteCommand, string &strResult)
1815 if (!getParameterMapping(remoteCommand.getArgument(0), strResult)) {
1825 const IRemoteCommand &remoteCommand, string &strResult)
1828 return exportDomainsXml(strFileName, false, true, strResult) ? CCommandHandler::EDone
1833 const IRemoteCommand &remoteCommand, string &strResult)
1835 return importDomainsXml(remoteCommand.getArgument(0), false, true, strResult)
1842 string &strResult)
1845 return exportDomainsXml(strFileName, true, true, strResult) ? CCommandHandler::EDone
1861 string &strResult)
1863 return importDomainsXml(remoteCommand.getArgument(0), true, true, strResult)
1870 string &strResult)
1886 return importSingleDomainXml(remoteCommand.getArgument(0), bOverwrite, true, true, strResult)
1892 getDomainsWithSettingsXMLCommandProcess(const IRemoteCommand & /*command*/, string &strResult)
1894 if (!exportDomainsXml(strResult, true, false, strResult)) {
1903 const IRemoteCommand &remoteCommand, string &strResult)
1907 return exportSingleDomainXml(strResult, strDomainName, true, false, strResult)
1913 setDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult)
1915 return importDomainsXml(remoteCommand.getArgument(0), true, false, strResult)
1942 const IRemoteCommand & /*command*/, string &strResult)
1948 CParameterAccessContext accessContext(strResult);
1950 CXmlParameterSerializingContext{accessContext, strResult},
1951 strResult)) {
1982 bool CParameterMgr::getParameterMapping(const string &strPath, string &strResult) const
1985 const CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strResult);
1998 strResult = "Unable to find the Subsystem containing the parameter";
2003 strResult = pSubsystem->getMapping(configurableElementPath);
2279 string &strResult)
2284 if (!checkTuningModeOn(strResult)) {
2286 warning() << "Fail: " << strResult;
2291 getConfigurableDomains()->setSequenceAwareness(strName, bSequenceAware, strResult),
2292 strResult);
2296 string &strResult)
2298 return getConfigurableDomains()->getSequenceAwareness(strName, bSequenceAware, strResult);
2519 string &strResult)
2521 return getConfigurableDomains()->getApplicationRule(strDomain, strConfiguration, strResult);
2952 string &strResult) const
2964 strResult = output.str();