Home
last modified time | relevance | path

Searched defs:remoteCommand (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp929 const IRemoteCommand &remoteCommand, string &strResult) in setTuningModeCommandProcess()
960 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setValueSpaceCommandProcess()
991 const IRemoteCommand &remoteCommand, string & /*strResult*/) in setOutputRawFormatCommandProcess()
1022 const IRemoteCommand &remoteCommand, string &strResult) in setAutoSyncCommandProcess()
1059 const IRemoteCommand &remoteCommand, string &strResult) in listCriteriaCommandProcess()
1122 const IRemoteCommand &remoteCommand, string &strResult) in createDomainCommandProcess()
1129 const IRemoteCommand &remoteCommand, string &strResult) in deleteDomainCommandProcess()
1142 const IRemoteCommand &remoteCommand, string &strResult) in renameDomainCommandProcess()
1150 const IRemoteCommand &remoteCommand, string &strResult) in setSequenceAwarenessCommandProcess()
1174 const IRemoteCommand &remoteCommand, string &strResult) in getSequenceAwarenessCommandProcess()
[all …]
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp139 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/
DRemoteCommandHandlerTemplate.h79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, in parse()
150 bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) override in remoteCommandProcess()