Searched defs:remoteCommand (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgr.cpp | 929 const IRemoteCommand &remoteCommand, string &strResult) in setTuningModeCommandProcess() 967 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setValueSpaceCommandProcess() 998 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setOutputRawFormatCommandProcess() 1029 const IRemoteCommand &remoteCommand, string &strResult) in setAutoSyncCommandProcess() 1066 const IRemoteCommand &remoteCommand, string &strResult) in listCriteriaCommandProcess() 1129 const IRemoteCommand &remoteCommand, string &strResult) in createDomainCommandProcess() 1136 const IRemoteCommand &remoteCommand, string &strResult) in deleteDomainCommandProcess() 1149 const IRemoteCommand &remoteCommand, string &strResult) in renameDomainCommandProcess() 1157 const IRemoteCommand &remoteCommand, string &strResult) in setSequenceAwarenessCommandProcess() 1181 const IRemoteCommand &remoteCommand, string &strResult) in getSequenceAwarenessCommandProcess() [all …]
|
/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 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() 185 CTestPlatform::CommandReturn CTestPlatform::setter(const IRemoteCommand &remoteCommand, in setter() 224 CTestPlatform::CommandReturn CTestPlatform::setCriterionState(const IRemoteCommand &remoteCommand, in setCriterionState() 256 const string &strName, const IRemoteCommand &remoteCommand, string &strResult) in createExclusiveSelectionCriterionFromStateList() 284 const string &strName, const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterionFromStateList() 380 bool CTestPlatform::setCriterionStateByLexicalSpace(const IRemoteCommand &remoteCommand, in setCriterionStateByLexicalSpace()
|
/external/parameter-framework/upstream/remote-processor/ |
D | RemoteCommandHandlerTemplate.h | 79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, in parse() 150 bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) override in remoteCommandProcess()
|