Searched refs:strResult (Results 1 - 25 of 47) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
H A DLinearParameterAdaptation.cpp45 void CLinearParameterAdaptation::showProperties(string &strResult) const
47 base::showProperties(strResult);
50 strResult += " - SlopeNumerator: ";
51 strResult += std::to_string(_dSlopeNumerator);
52 strResult += "\n";
55 strResult += " - SlopeDenominator: ";
56 strResult += std::to_string(_dSlopeDenominator);
57 strResult += "\n";
H A DLogarithmicParameterAdaptation.cpp46 void CLogarithmicParameterAdaptation::showProperties(std::string &strResult) const
48 base::showProperties(strResult);
50 strResult += " - LogarithmBase: ";
51 strResult += std::to_string(_dLogarithmBase);
52 strResult += "\n";
53 strResult += " - FloorValue: ";
54 strResult += std::to_string(_dFloorValue);
55 strResult += "\n";
H A DParameterAdaptation.cpp52 void CParameterAdaptation::showProperties(string &strResult) const
55 strResult += " - Type: ";
56 strResult += getName();
57 strResult += "\n";
60 strResult += " - Offset: ";
61 strResult += std::to_string(_iOffset);
62 strResult += "\n";
H A DStringParameterType.cpp49 void CStringParameterType::showProperties(string &strResult) const
51 base::showProperties(strResult);
54 strResult += "Max length: ";
55 strResult += std::to_string(_maxLength);
56 strResult += "\n";
H A DParameterMgr.h263 std::string &strResult);
265 std::string &strResult);
300 std::string &strResult);
379 * @param[out] strResult contains the xml description or the error description in case false is
388 std::string &strResult) const;
409 const IRemoteCommand &remoteCommand, std::string &strResult);
424 std::string &strResult);
427 std::string &strResult);
430 std::string &strResult);
432 std::string &strResult);
[all...]
H A DParameterMgr.cpp862 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
861 versionCommandProcess( const IRemoteCommand & , string &strResult) argument
871 statusCommandProcess( const IRemoteCommand & , string &strResult) argument
928 setTuningModeCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
950 getTuningModeCommandProcess( const IRemoteCommand & , string &strResult) argument
981 getValueSpaceCommandProcess( const IRemoteCommand & , string &strResult) argument
1012 getOutputRawFormatCommandProcess( const IRemoteCommand & , string &strResult) argument
1021 setAutoSyncCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1043 getAutoSyncCommandProcess( const IRemoteCommand & , string &strResult) argument
1051 syncCommandProcess( const IRemoteCommand &, string &strResult) argument
1058 listCriteriaCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1113 listDomainsCommandProcess( const IRemoteCommand & , string &strResult) argument
1121 createDomainCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1128 deleteDomainCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1135 deleteAllDomainsCommandProcess( const IRemoteCommand & , string &strResult) argument
1141 renameDomainCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1149 setSequenceAwarenessCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1173 getSequenceAwarenessCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1189 listDomainElementsCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1197 addElementCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1206 removeElementCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1215 splitDomainCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1224 listConfigurationsCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1233 dumpDomainsCommandProcess( const IRemoteCommand & , string &strResult) argument
1246 createConfigurationCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1255 deleteConfigurationCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1264 renameConfigurationCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1273 saveConfigurationCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1281 restoreConfigurationCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1294 setElementSequenceCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1312 getElementSequenceCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1322 setRuleCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1333 clearRuleCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1343 getRuleCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1353 listElementsCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1380 listParametersCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1406 getElementStructureXMLCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1430 getElementBytesCommandProcess( const IRemoteCommand &remoteCommand, std::string &strResult) argument
1470 setElementBytesCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1620 dumpElementCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1643 getElementSizeCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1665 showPropertiesCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1687 getParameterCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1702 setParameterCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1713 listBelongingDomainsCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1735 listAssociatedDomainsCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1757 listAssociatedElementsCommandProcess( const IRemoteCommand & , string &strResult) argument
1765 listConflictingElementsCommandProcess( const IRemoteCommand & , string &strResult) argument
1773 listRogueElementsCommandProcess( const IRemoteCommand & , string &strResult) argument
1782 getConfigurationParameterCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1800 setConfigurationParameterCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1812 showMappingCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1824 exportDomainsXMLCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1832 importDomainsXMLCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1841 exportDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1860 importDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1869 importDomainWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1892 getDomainsWithSettingsXMLCommandProcess(const IRemoteCommand & , string &strResult) argument
1902 getDomainWithSettingsXMLCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1913 setDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1941 getSystemClassXMLCommandProcess( const IRemoteCommand & , string &strResult) argument
2278 setSequenceAwareness(const string &strName, bool bSequenceAware, string &strResult) argument
2295 getSequenceAwareness(const string &strName, bool &bSequenceAware, string &strResult) argument
2518 getApplicationRule(const string &strDomain, const string &strConfiguration, string &strResult) argument
[all...]
H A DBitParameterType.cpp53 void CBitParameterType::showProperties(string &strResult) const
55 base::showProperties(strResult);
58 strResult += "Bit pos: ";
59 strResult += std::to_string(_bitPos);
60 strResult += "\n";
63 strResult += "Bit size: ";
64 strResult += std::to_string(_uiBitSize);
65 strResult += "\n";
68 strResult += "Max: ";
69 strResult
[all...]
H A DIntegerParameterType.cpp62 void CIntegerParameterType::showProperties(string &strResult) const
64 base::showProperties(strResult);
67 strResult += "Signed: ";
68 strResult += _bSigned ? "yes" : "no";
69 strResult += "\n";
72 strResult += "Min: ";
73 strResult += _bSigned ? std::to_string((int32_t)_uiMin) : std::to_string(_uiMin);
74 strResult += "\n";
77 strResult += "Max: ";
78 strResult
[all...]
H A DConfigurableDomains.h81 bool listDomainElements(const std::string &strDomain, std::string &strResult) const;
93 void listAssociatedElements(std::string &strResult) const;
94 void listConflictingElements(std::string &strResult) const;
95 void listDomains(std::string &strResult) const;
97 bool listConfigurations(const std::string &strDomain, std::string &strResult) const;
124 std::string &strResult) const;
132 std::string &strResult) const;
135 void listLastAppliedConfigurations(std::string &strResult) const;
H A DEnumParameterType.cpp54 void CEnumParameterType::showProperties(string &strResult) const
56 base::showProperties(strResult);
58 strResult += "Value Pairs:\n";
68 strResult += "\tLiteral: \"";
69 strResult += pValuePair->getName();
70 strResult += "\", Numerical: ";
71 strResult += pValuePair->getNumericalAsString();
72 strResult += "\n";
H A DConfigurableDomains.cpp224 bool CConfigurableDomains::listConfigurations(const string &strDomain, string &strResult) const
226 const CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strDomain, strResult);
233 pConfigurableDomain->listChildren(strResult);
285 bool CConfigurableDomains::listDomainElements(const string &strDomain, string &strResult) const
288 const CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strDomain, strResult);
295 pConfigurableDomain->listAssociatedToElements(strResult);
318 void CConfigurableDomains::listAssociatedElements(string &strResult) const
336 strResult += pConfigurableElement->getPath() + " [" + strAssociatedDomainList + "]\n";
340 void CConfigurableDomains::listConflictingElements(string &strResult) const
360 strResult
[all...]
H A DLinearParameterAdaptation.h47 virtual void showProperties(std::string &strResult) const;
H A DLogarithmicParameterAdaptation.h59 virtual void showProperties(std::string &strResult) const;
H A DParameterAdaptation.h42 virtual void showProperties(std::string &strResult) const;
H A DStringParameterType.h53 virtual void showProperties(std::string &strResult) const;
H A DConfigurableElement.h72 void listBelongingDomains(std::string &strResult, bool bVertical = true) const;
81 void listAssociatedDomains(std::string &strResult, bool bVertical = true) const;
85 void listRogueElements(std::string &strResult) const;
146 virtual void showProperties(std::string &strResult) const;
226 std::string &strResult, bool bVertical) const;
H A DConfigurableElement.cpp309 void CConfigurableElement::showProperties(std::string &strResult) const
311 base::showProperties(strResult);
313 strResult += "Total size: " + getFootprintAsString() + "\n";
457 void CConfigurableElement::listBelongingDomains(std::string &strResult, bool bVertical) const argument
465 listDomains(configurableDomainList, strResult, bVertical);
469 void CConfigurableElement::listRogueElements(std::string &strResult) const
486 strResult += pConfigurableElement->getPath() + "\n";
549 void CConfigurableElement::listAssociatedDomains(std::string &strResult, bool bVertical) const argument
552 listDomains(_configurableDomainList, strResult, bVertical);
566 const std::list<const CConfigurableDomain *> &configurableDomainList, std::string &strResult,
565 listDomains( const std::list<const CConfigurableDomain *> &configurableDomainList, std::string &strResult, bool bVertical) const argument
[all...]
H A DFixedPointParameterType.cpp57 void CFixedPointParameterType::showProperties(string &strResult) const
59 base::showProperties(strResult);
62 strResult += "Notation: Q";
63 strResult += std::to_string(_uiIntegral);
64 strResult += ".";
65 strResult += std::to_string(_uiFractional);
66 strResult += "\n";
H A DElement.cpp123 void CElement::showProperties(string &strResult) const
125 strResult += "Kind: " + getKind() + "\n";
126 showDescriptionProperty(strResult);
129 void CElement::showDescriptionProperty(std::string &strResult) const
132 strResult += gDescriptionPropertyName + ": " + getDescription() + "\n";
341 string strResult; local
346 strResult = getQualifiedPath() + "\n";
353 strResult += pChild->listQualifiedPaths(bDive, level + 1);
356 return strResult;
H A DInstanceConfigurableElement.cpp118 void CInstanceConfigurableElement::showProperties(std::string &strResult) const
120 base::showProperties(strResult);
123 _pTypeElement->showProperties(strResult);
/external/parameter-framework/upstream/remote-processor/
H A DRemoteCommandHandler.h40 std::string &strResult) = 0;
H A DRemoteCommandHandlerTemplate.h51 * @param[out] strResult a string containing the result of the command.
56 const IRemoteCommand &remoteCommand, std::string &strResult);
80 std::string &strResult) const
85 strResult = std::string("Not enough arguments supplied\nUsage:\n") + usage();
90 switch ((pCommandParser->*_pfnParser)(remoteCommand, strResult)) {
92 strResult = "Done";
97 strResult = usage();
150 bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) argument
159 strResult = "Command not found!\nUse \"help\" to show available commands";
166 helpCommandProcess(strResult);
193 helpCommandProcess(std::string &strResult) argument
[all...]
H A DRemoteProcessorServer.cpp146 string strResult; local
148 bSuccess = commandHandler.remoteCommandProcess(requestMessage, strResult);
152 CAnswerMessage answerMessage(strResult, bSuccess);
/external/parameter-framework/upstream/test/test-platform/
H A DTestPlatform.h58 const IRemoteCommand &remoteCommand, std::string &strResult);
60 const IRemoteCommand &remoteCommand, std::string &strResult);
63 std::string &strResult);
65 std::string &strResult);
79 CommandReturn setCriterionState(const IRemoteCommand &remoteCommand, std::string &strResult);
86 CommandReturn startParameterMgr(const IRemoteCommand &remoteCommand, std::string &strResult);
95 CommandReturn applyConfigurations(const IRemoteCommand &remoteCommand, std::string &strResult);
103 CommandReturn exit(const IRemoteCommand &remoteCommand, std::string &strResult);
117 CommandReturn setter(const IRemoteCommand &remoteCommand, std::string &strResult);
133 CommandReturn getter(const IRemoteCommand &remoteCommand, std::string &strResult);
[all...]
H A DTestPlatform.cpp52 string & /*strResult*/)
139 const IRemoteCommand &remoteCommand, string &strResult)
142 remoteCommand, strResult)
148 const IRemoteCommand &remoteCommand, string &strResult)
151 remoteCommand, strResult)
157 const IRemoteCommand &remoteCommand, string &strResult)
161 strResult)
167 const IRemoteCommand &remoteCommand, string &strResult)
171 strResult)
177 const IRemoteCommand & /*remoteCommand*/, string &strResult)
138 createExclusiveSelectionCriterionFromStateList( const IRemoteCommand &remoteCommand, string &strResult) argument
147 createInclusiveSelectionCriterionFromStateList( const IRemoteCommand &remoteCommand, string &strResult) argument
156 createExclusiveSelectionCriterion( const IRemoteCommand &remoteCommand, string &strResult) argument
166 createInclusiveSelectionCriterion( const IRemoteCommand &remoteCommand, string &strResult) argument
176 startParameterMgr( const IRemoteCommand & , string &strResult) argument
185 setter(const IRemoteCommand &remoteCommand, string &strResult) argument
202 getter(const IRemoteCommand & , string &strResult) argument
224 setCriterionState(const IRemoteCommand &remoteCommand, string &strResult) argument
255 createExclusiveSelectionCriterionFromStateList( const string &strName, const IRemoteCommand &remoteCommand, string &strResult) argument
283 createInclusiveSelectionCriterionFromStateList( const string &strName, const IRemoteCommand &remoteCommand, string &strResult) argument
310 createExclusiveSelectionCriterion(const string &strName, size_t nbStates, string &strResult) argument
337 createInclusiveSelectionCriterion(const string &strName, size_t nbStates, string &strResult) argument
363 setCriterionState(const string &strName, uint32_t uiState, string &strResult) argument
380 setCriterionStateByLexicalSpace(const IRemoteCommand &remoteCommand, string &strResult) argument
[all...]

Completed in 183 milliseconds

12