Searched defs:strResult (Results  1 – 8 of 8) sorted by relevance
| /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()
 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/ | 
| D | ParameterMgr.cpp | 862     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 …]
 
 | 
| D | ConfigurableElement.cpp | 457 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()
 
 | 
| D | ParameterMgrFullConnector.cpp | 191                                                       string &strResult)  in setSequenceAwareness()197                                                       string &strResult)  in getSequenceAwareness()
 241                                                     string &strResult)  in getApplicationRule()
 
 | 
| D | IntegerParameterType.h | 273     void showProperties(std::string &strResult) const override  in showProperties()
 | 
| D | Element.cpp | 345     string strResult;  in listQualifiedPaths()  local
 | 
| /external/parameter-framework/upstream/remote-processor/ | 
| D | RemoteCommandHandlerTemplate.h | 80                    std::string &strResult) const  in parse()150     bool remoteCommandProcess(const IRemoteCommand &remoteCommand, std::string &strResult) override  in remoteCommandProcess()
 193     void helpCommandProcess(std::string &strResult)  in helpCommandProcess()
 
 | 
| D | RemoteProcessorServer.cpp | 204         string strResult;  in handleNewConnection()  local
 |