Home
last modified time | relevance | path

Searched defs:strResult (Results 1 – 7 of 7) sorted by relevance

/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()
177 const IRemoteCommand & /*remoteCommand*/, string &strResult) in startParameterMgr()
186 string &strResult) in setter()
203 string &strResult) in getter()
225 string &strResult) in setCriterionState()
256 const string &strName, const IRemoteCommand &remoteCommand, string &strResult) in createExclusiveSelectionCriterionFromStateList()
284 const string &strName, const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterionFromStateList()
[all …]
/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp862 const IRemoteCommand & /*command*/, string &strResult) in versionCommandProcess()
872 const IRemoteCommand & /*command*/, string &strResult) in statusCommandProcess()
929 const IRemoteCommand &remoteCommand, string &strResult) in setTuningModeCommandProcess()
951 const IRemoteCommand & /*command*/, string &strResult) in getTuningModeCommandProcess()
982 const IRemoteCommand & /*command*/, string &strResult) in getValueSpaceCommandProcess()
1013 const IRemoteCommand & /*command*/, string &strResult) in getOutputRawFormatCommandProcess()
1022 const IRemoteCommand &remoteCommand, string &strResult) in setAutoSyncCommandProcess()
1044 const IRemoteCommand & /*command*/, string &strResult) in getAutoSyncCommandProcess()
1052 const IRemoteCommand &, string &strResult) in syncCommandProcess()
1059 const IRemoteCommand &remoteCommand, string &strResult) in listCriteriaCommandProcess()
[all …]
DConfigurableElement.cpp457 void CConfigurableElement::listBelongingDomains(std::string &strResult, bool bVertical) const in listBelongingDomains()
549 void CConfigurableElement::listAssociatedDomains(std::string &strResult, bool bVertical) const in listAssociatedDomains()
566 const std::list<const CConfigurableDomain *> &configurableDomainList, std::string &strResult, in listDomains()
DParameterMgrFullConnector.cpp191 string &strResult) in setSequenceAwareness()
197 string &strResult) in getSequenceAwareness()
241 string &strResult) in getApplicationRule()
DElement.cpp341 string strResult; in listQualifiedPaths() local
/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h80 std::string &strResult) const in parse()
150 bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) in remoteCommandProcess()
193 void helpCommandProcess(std::string &strResult) in helpCommandProcess()
DRemoteProcessorServer.cpp146 string strResult; in handleNewConnection() local