Home
last modified time | relevance | path

Searched refs:IRemoteCommand (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.cpp862 const IRemoteCommand & /*command*/, string &strResult) in versionCommandProcess() argument
872 const IRemoteCommand & /*command*/, string &strResult) in statusCommandProcess() argument
929 const IRemoteCommand &remoteCommand, string &strResult) in setTuningModeCommandProcess()
951 const IRemoteCommand & /*command*/, string &strResult) in getTuningModeCommandProcess() argument
960 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setValueSpaceCommandProcess()
982 const IRemoteCommand & /*command*/, string &strResult) in getValueSpaceCommandProcess() argument
991 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setOutputRawFormatCommandProcess()
1013 const IRemoteCommand & /*command*/, string &strResult) in getOutputRawFormatCommandProcess() argument
1022 const IRemoteCommand &remoteCommand, string &strResult) in setAutoSyncCommandProcess()
1044 const IRemoteCommand & /*command*/, string &strResult) in getAutoSyncCommandProcess() argument
[all …]
/external/parameter-framework/upstream/test/test-platform/
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,
67 CommandReturn getSchemaUri(const IRemoteCommand &remotecommand, std::string &result);
68 CommandReturn setSchemaUri(const IRemoteCommand &remotecommand, std::string &result);
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);
[all …]
DTestPlatform.cpp51 CTestPlatform::CommandReturn CTestPlatform::exit(const IRemoteCommand & /*command*/, in exit() argument
139 const IRemoteCommand &remoteCommand, string &strResult) in createExclusiveSelectionCriterionFromStateList()
148 const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterionFromStateList()
157 const IRemoteCommand &remoteCommand, string &strResult) in createExclusiveSelectionCriterion()
167 const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterion()
177 const IRemoteCommand & /*remoteCommand*/, string &strResult) in startParameterMgr() argument
185 CTestPlatform::CommandReturn CTestPlatform::setter(const IRemoteCommand &remoteCommand, in setter()
202 CTestPlatform::CommandReturn CTestPlatform::getter(const IRemoteCommand & /*command*/, in getter() argument
210 CTestPlatform::CommandReturn CTestPlatform::getSchemaUri(const IRemoteCommand & /*remotecommand*/, in getSchemaUri() argument
217 CTestPlatform::CommandReturn CTestPlatform::setSchemaUri(const IRemoteCommand &remotecommand, in setSchemaUri()
[all …]
/external/parameter-framework/upstream/remote-processor/
DRemoteCommand.h36 class IRemoteCommand
54 virtual ~IRemoteCommand() {} in ~IRemoteCommand()
DRemoteCommandHandlerTemplate.h56 const IRemoteCommand &remoteCommand, std::string &strResult);
79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, in parse()
150 bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) in remoteCommandProcess()
DRemoteCommandHandler.h39 virtual bool remoteCommandProcess(const IRemoteCommand &remoteCommand,
DRequestMessage.h39 class REMOTE_PROCESSOR_EXPORT CRequestMessage : public CMessage, public IRemoteCommand