/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 222 bool CParameterMgrFullConnector::setElementSequence( in setElementSequence() function in CParameterMgrFullConnector 226 return _pParameterMgr->setElementSequence(strDomain, strConfiguration, astrNewElementSequence, in setElementSequence()
|
D | DomainConfiguration.h | 71 bool setElementSequence(const std::vector<std::string> &newElementSequence, std::string &error);
|
D | ConfigurableDomains.cpp | 440 bool CConfigurableDomains::setElementSequence(const string &strDomain, in setElementSequence() function in CConfigurableDomains 454 return pConfigurableDomain->setElementSequence(strConfiguration, astrNewElementSequence, in setElementSequence()
|
D | ConfigurableDomains.h | 120 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
|
D | ConfigurableDomain.h | 83 bool setElementSequence(const std::string &strConfiguration,
|
D | ConfigurableDomain.cpp | 760 bool CConfigurableDomain::setElementSequence(const string &strConfiguration, in setElementSequence() function in CConfigurableDomain 773 return pDomainConfiguration->setElementSequence(astrNewElementSequence, strError); in setElementSequence()
|
D | DomainConfiguration.cpp | 228 bool CDomainConfiguration::setElementSequence(const std::vector<string> &newElementSequence, in setElementSequence() function in CDomainConfiguration
|
D | ParameterMgr.cpp | 1306 return setElementSequence(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in setElementSequenceCommandProcess() 2504 bool CParameterMgr::setElementSequence(const string &strDomain, const string &strConfiguration, in setElementSequence() function in CParameterMgr 2514 return getConfigurableDomains()->setElementSequence(strDomain, strConfiguration, in setElementSequence()
|
D | ParameterMgr.h | 295 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | PfwBaseTranslator.py | 116 def setElementSequence(self, paths): member in PfwBaseTranslator
|
D | EddParser.py | 517 translator.setElementSequence(self.getConfigurableElements())
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 160 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 152 …bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const s…
|
/external/parameter-framework/upstream/tools/bash_completion/ |
D | remote-process | 76 # Ex : setElementSequence <domain> <configuration> <elem path list>
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 116 - `setElementSequence`
|