Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
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 …]
DParameterMgr.cpp929 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/
DTestPlatform.cpp139 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
160 remoteCommand.getArgument(0), in createExclusiveSelectionCriterion()
161 strtoul(remoteCommand.getArgument(1).c_str(), nullptr, 0), strResult) in createExclusiveSelectionCriterion()
167 const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterion() argument
[all …]
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,
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/
DRemoteCommandHandlerTemplate.h56 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) override 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()
DRemoteCommandHandler.h39 virtual bool remoteCommandProcess(const IRemoteCommand &remoteCommand,
/external/ImageMagick/PerlMagick/
DMagick.xs13921 remoteCommand = 3 in Remote()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in14038 remoteCommand = 3