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

  /external/parameter-framework/upstream/parameter/
DomainConfiguration.h 71 bool setElementSequence(const std::vector<std::string> &newElementSequence, std::string &error);
ParameterMgrFullConnector.cpp 222 bool CParameterMgrFullConnector::setElementSequence(
226 return _pParameterMgr->setElementSequence(strDomain, strConfiguration, astrNewElementSequence,
ConfigurableDomain.h 83 bool setElementSequence(const std::string &strConfiguration,
ConfigurableDomains.h 120 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
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...]
DomainConfiguration.cpp 228 bool CDomainConfiguration::setElementSequence(const std::vector<string> &newElementSequence,
ParameterMgr.h 295 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
    [all...]
ParameterMgr.cpp 223 {"setElementSequence", &CParameterMgr::setElementSequenceCommandProcess, 3,
    [all...]
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h 160 bool setElementSequence(const std::string &strDomain, const std::string &strConfiguration,
  /external/parameter-framework/upstream/tools/xmlGenerator/
PfwBaseTranslator.py 116 def setElementSequence(self, paths):
120 self._ctx_command = "setElementSequence"
EddParser.py 512 translator.setElementSequence(self.getConfigurableElements())
  /external/parameter-framework/upstream/bindings/python/
pfw.i 152 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);

Completed in 448 milliseconds