Searched refs:remoteCommand (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgr.h | 409 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 …]
|
D | ParameterMgr.cpp | 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 [all …]
|
/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 139 const IRemoteCommand &remoteCommand, string &strResult) in createExclusiveSelectionCriterionFromStateList() argument 141 return createExclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createExclusiveSelectionCriterionFromStateList() 142 remoteCommand, strResult) in createExclusiveSelectionCriterionFromStateList() 148 const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterionFromStateList() argument 150 return createInclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createInclusiveSelectionCriterionFromStateList() 151 remoteCommand, strResult) in createInclusiveSelectionCriterionFromStateList() 157 const IRemoteCommand &remoteCommand, string &strResult) in createExclusiveSelectionCriterion() argument 159 return createExclusiveSelectionCriterion(remoteCommand.getArgument(0), in createExclusiveSelectionCriterion() 160 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0), in createExclusiveSelectionCriterion() 167 const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterion() argument [all …]
|
D | TestPlatform.h | 58 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, 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 …]
|
/external/parameter-framework/upstream/remote-processor/ |
D | RemoteCommandHandlerTemplate.h | 56 const IRemoteCommand &remoteCommand, std::string &strResult); 79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, in parse() argument 83 if (remoteCommand.getArgumentCount() < _minArgumentCount) { in parse() 90 switch ((pCommandParser->*_pfnParser)(remoteCommand, strResult)) { in parse() 150 bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) in remoteCommandProcess() argument 154 findCommandParserItem(remoteCommand.getCommand()); in remoteCommandProcess() 164 if (remoteCommand.getCommand() == "help") { in remoteCommandProcess() 171 return pRemoteCommandParserItem->parse(_pCommandParser, remoteCommand, strResult); in remoteCommandProcess()
|
D | RemoteCommandHandler.h | 39 virtual bool remoteCommandProcess(const IRemoteCommand &remoteCommand,
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 13759 remoteCommand = 3 in Remote()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 13759 remoteCommand = 3
|