Searched refs:remoteCommand (Results 1 - 8 of 8) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
H A DRemoteCommandHandler.h39 virtual bool remoteCommandProcess(const IRemoteCommand &remoteCommand,
H A DRemoteCommandHandlerTemplate.h50 * @param[in] remoteCommand contains the arguments of the received command.
56 const IRemoteCommand &remoteCommand, std::string &strResult);
79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, argument
83 if (remoteCommand.getArgumentCount() < _minArgumentCount) {
90 switch ((pCommandParser->*_pfnParser)(remoteCommand, strResult)) {
150 bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) argument
154 findCommandParserItem(remoteCommand.getCommand());
164 if (remoteCommand.getCommand() == "help") {
171 return pRemoteCommandParserItem->parse(_pCommandParser, remoteCommand, strResult);
/external/parameter-framework/upstream/test/test-platform/
H A DTestPlatform.h58 const IRemoteCommand &remoteCommand, std::string &strResult);
60 const IRemoteCommand &remoteCommand, std::string &strResult);
62 CommandReturn createExclusiveSelectionCriterion(const IRemoteCommand &remoteCommand,
64 CommandReturn createInclusiveSelectionCriterion(const IRemoteCommand &remoteCommand,
73 * @param[in] remoteCommand the first argument should be the name of the criterion to set.
79 CommandReturn setCriterionState(const IRemoteCommand &remoteCommand, std::string &strResult);
84 * @param[in] remoteCommand is ignored
86 CommandReturn startParameterMgr(const IRemoteCommand &remoteCommand, std::string &strResult);
91 * @param[in] remoteCommand is ignored
95 CommandReturn applyConfigurations(const IRemoteCommand &remoteCommand, st
[all...]
H A DTestPlatform.cpp139 const IRemoteCommand &remoteCommand, string &strResult)
141 return createExclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0),
142 remoteCommand, strResult)
148 const IRemoteCommand &remoteCommand, string &strResult)
150 return createInclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0),
151 remoteCommand, strResult)
157 const IRemoteCommand &remoteCommand, string &strResult)
159 return createExclusiveSelectionCriterion(remoteCommand.getArgument(0),
160 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0),
167 const IRemoteCommand &remoteCommand, strin
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
185 setter(const IRemoteCommand &remoteCommand, 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
380 setCriterionStateByLexicalSpace(const IRemoteCommand &remoteCommand, string &strResult) argument
[all...]
/external/parameter-framework/upstream/parameter/
H A DParameterMgr.h409 const IRemoteCommand &remoteCommand, std::string &strResult);
423 CCommandHandler::CommandStatus versionCommandProcess(const IRemoteCommand &remoteCommand,
426 CCommandHandler::CommandStatus statusCommandProcess(const IRemoteCommand &remoteCommand,
429 CCommandHandler::CommandStatus setTuningModeCommandProcess(const IRemoteCommand &remoteCommand,
431 CCommandHandler::CommandStatus getTuningModeCommandProcess(const IRemoteCommand &remoteCommand,
434 CCommandHandler::CommandStatus setValueSpaceCommandProcess(const IRemoteCommand &remoteCommand,
436 CCommandHandler::CommandStatus getValueSpaceCommandProcess(const IRemoteCommand &remoteCommand,
440 const IRemoteCommand &remoteCommand, std::string &strResult);
442 const IRemoteCommand &remoteCommand, std::string &strResult);
444 CCommandHandler::CommandStatus setAutoSyncCommandProcess(const IRemoteCommand &remoteCommand,
[all...]
H A DParameterMgr.cpp929 const IRemoteCommand &remoteCommand, string &strResult)
931 if (remoteCommand.getArgument(0) == "on") {
937 } else if (remoteCommand.getArgument(0) == "off") {
960 const IRemoteCommand &remoteCommand, string & /*strResult*/)
962 if (remoteCommand.getArgument(0) == "raw") {
968 } else if (remoteCommand.getArgument(0) == "real") {
991 const IRemoteCommand &remoteCommand, string & /*strResult*/)
993 if (remoteCommand.getArgument(0) == "hex") {
999 } else if (remoteCommand.getArgument(0) == "dec") {
1022 const IRemoteCommand &remoteCommand, strin
928 setTuningModeCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
959 setValueSpaceCommandProcess( const IRemoteCommand &remoteCommand, string & ) argument
990 setOutputRawFormatCommandProcess( const IRemoteCommand &remoteCommand, string & ) argument
1021 setAutoSyncCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1058 listCriteriaCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1121 createDomainCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1128 deleteDomainCommandProcess( const IRemoteCommand &remoteCommand, 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
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
1579 getElementXMLCommandProcess( const IRemoteCommand &remoteCommand, string &result) argument
1597 setElementXMLCommandProcess( const IRemoteCommand &remoteCommand, string &result) 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
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
1850 exportDomainWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &result) argument
1860 importDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1869 importDomainWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1902 getDomainWithSettingsXMLCommandProcess( const IRemoteCommand &remoteCommand, string &strResult) argument
1913 setDomainsWithSettingsXMLCommandProcess(const IRemoteCommand &remoteCommand, string &strResult) argument
1920 setDomainWithSettingsXMLCommandProcess( const IRemoteCommand &remoteCommand, string &result) argument
[all...]
/external/ImageMagick/PerlMagick/
H A DMagick.xs13816 remoteCommand = 3
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in13816 remoteCommand = 3

Completed in 793 milliseconds