Home
last modified time | relevance | path

Searched refs:setElementSequence (Results 1 – 15 of 15) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp222 bool CParameterMgrFullConnector::setElementSequence( in setElementSequence() function in CParameterMgrFullConnector
226 return _pParameterMgr->setElementSequence(strDomain, strConfiguration, astrNewElementSequence, in setElementSequence()
DDomainConfiguration.h71 bool setElementSequence(const std::vector<std::string> &newElementSequence, std::string &error);
DConfigurableDomains.cpp440 bool CConfigurableDomains::setElementSequence(const string &strDomain, in setElementSequence() function in CConfigurableDomains
454 return pConfigurableDomain->setElementSequence(strConfiguration, astrNewElementSequence, in setElementSequence()
DConfigurableDomains.h120 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
DConfigurableDomain.h83 bool setElementSequence(const std::string &strConfiguration,
DConfigurableDomain.cpp760 bool CConfigurableDomain::setElementSequence(const string &strConfiguration, in setElementSequence() function in CConfigurableDomain
773 return pDomainConfiguration->setElementSequence(astrNewElementSequence, strError); in setElementSequence()
DDomainConfiguration.cpp228 bool CDomainConfiguration::setElementSequence(const std::vector<string> &newElementSequence, in setElementSequence() function in CDomainConfiguration
DParameterMgr.cpp1306 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()
DParameterMgr.h295 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
/external/parameter-framework/upstream/tools/xmlGenerator/
DPfwBaseTranslator.py116 def setElementSequence(self, paths): member in PfwBaseTranslator
DEddParser.py516 translator.setElementSequence(self.getConfigurableElements())
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h160 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
/external/parameter-framework/upstream/bindings/python/
Dpfw.i152 …bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const s…
/external/parameter-framework/upstream/tools/bash_completion/
Dremote-process76 # Ex : setElementSequence <domain> <configuration> <elem path list>
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md116 - `setElementSequence`