HomeSort by relevance Sort by last modified time
    Searched defs:setElementSequence (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/upstream/tools/xmlGenerator/
PfwBaseTranslator.py 116 def setElementSequence(self, paths):
120 self._ctx_command = "setElementSequence"
  /external/parameter-framework/upstream/parameter/
DomainConfiguration.cpp 228 bool CDomainConfiguration::setElementSequence(const std::vector<string> &newElementSequence,
ParameterMgrFullConnector.cpp 222 bool CParameterMgrFullConnector::setElementSequence(
226 return _pParameterMgr->setElementSequence(strDomain, strConfiguration, astrNewElementSequence,
ConfigurableDomains.cpp 440 bool CConfigurableDomains::setElementSequence(const string &strDomain,
454 return pConfigurableDomain->setElementSequence(strConfiguration, astrNewElementSequence,
ConfigurableDomain.cpp 760 bool CConfigurableDomain::setElementSequence(const string &strConfiguration,
773 return pDomainConfiguration->setElementSequence(astrNewElementSequence, strError);
    [all...]
ParameterMgr.cpp 223 {"setElementSequence", &CParameterMgr::setElementSequenceCommandProcess, 3,
    [all...]

Completed in 355 milliseconds