Searched defs:setElementSequence (Results 1 - 6 of 6) sorted by relevance

/external/parameter-framework/upstream/tools/xmlGenerator/
H A DPfwBaseTranslator.py116 def setElementSequence(self, paths): member in class:PfwBaseTranslator
120 self._ctx_command = "setElementSequence"
/external/parameter-framework/upstream/parameter/
H A DDomainConfiguration.cpp228 bool CDomainConfiguration::setElementSequence(const std::vector<string> &newElementSequence, function in class:CDomainConfiguration
H A DConfigurableDomains.cpp440 bool CConfigurableDomains::setElementSequence(const string &strDomain, function in class:CConfigurableDomains
454 return pConfigurableDomain->setElementSequence(strConfiguration, astrNewElementSequence,
H A DParameterMgrFullConnector.cpp222 bool CParameterMgrFullConnector::setElementSequence( function in class:CParameterMgrFullConnector
226 return _pParameterMgr->setElementSequence(strDomain, strConfiguration, astrNewElementSequence,
H A DConfigurableDomain.cpp760 bool CConfigurableDomain::setElementSequence(const string &strConfiguration, function in class:CConfigurableDomain
773 return pDomainConfiguration->setElementSequence(astrNewElementSequence, strError);
H A DParameterMgr.cpp223 {"setElementSequence", &CParameterMgr::setElementSequenceCommandProcess, 3,
1306 return setElementSequence(remoteCommand.getArgument(0), remoteCommand.getArgument(1),
2504 bool CParameterMgr::setElementSequence(const string &strDomain, const string &strConfiguration, function in class:CParameterMgr
2514 return getConfigurableDomains()->setElementSequence(strDomain, strConfiguration,

Completed in 221 milliseconds