OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IRemoteCommand
(Results
1 - 8
of
8
) sorted by null
/external/parameter-framework/upstream/remote-processor/
RemoteCommandHandler.h
39
virtual bool remoteCommandProcess(const
IRemoteCommand
&remoteCommand,
RemoteCommand.h
36
class
IRemoteCommand
54
virtual ~
IRemoteCommand
() {}
RemoteCommandHandlerTemplate.h
56
const
IRemoteCommand
&remoteCommand, std::string &strResult);
79
bool parse(CCommandParser *pCommandParser, const
IRemoteCommand
&remoteCommand,
150
bool remoteCommandProcess(const
IRemoteCommand
&remoteCommand, std::string &strResult)
RequestMessage.h
39
class REMOTE_PROCESSOR_EXPORT CRequestMessage : public CMessage, public
IRemoteCommand
/external/parameter-framework/upstream/test/test-platform/
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,
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
...]
TestPlatform.cpp
51
CTestPlatform::CommandReturn CTestPlatform::exit(const
IRemoteCommand
& /*command*/,
139
const
IRemoteCommand
&remoteCommand, string &strResult)
148
const
IRemoteCommand
&remoteCommand, string &strResult)
157
const
IRemoteCommand
&remoteCommand, string &strResult)
167
const
IRemoteCommand
&remoteCommand, string &strResult)
177
const
IRemoteCommand
& /*remoteCommand*/, string &strResult)
185
CTestPlatform::CommandReturn CTestPlatform::setter(const
IRemoteCommand
&remoteCommand,
202
CTestPlatform::CommandReturn CTestPlatform::getter(const
IRemoteCommand
& /*command*/,
210
CTestPlatform::CommandReturn CTestPlatform::getSchemaUri(const
IRemoteCommand
& /*remotecommand*/,
217
CTestPlatform::CommandReturn CTestPlatform::setSchemaUri(const
IRemoteCommand
&remotecommand
[
all
...]
/external/parameter-framework/upstream/parameter/
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
...]
ParameterMgr.cpp
862
const
IRemoteCommand
& /*command*/, string &strResult)
[
all
...]
Completed in 440 milliseconds