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

  /external/parameter-framework/parameter/
DomainConfiguration.h 59 bool setElementSequence(const std::vector<std::string>& astrNewElementSequence, std::string& strError);
DomainConfiguration.cpp 236 bool CDomainConfiguration::setElementSequence(const std::vector<string>& astrNewElementSequence, string& strError)
243 for (uiConfigurableElement = 0; uiConfigurableElement < astrNewElementSequence.size(); uiConfigurableElement++) {
245 string strConfigurableElementPath = astrNewElementSequence[uiConfigurableElement];
ConfigurableDomain.h 65 bool setElementSequence(const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);
ConfigurableDomains.h 93 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);
ParameterMgrFullConnector.cpp 309 const std::vector<string>& astrNewElementSequence,
312 return _pParameterMgr->setElementSequence(strDomain, strConfiguration, astrNewElementSequence,
ConfigurableDomains.cpp 431 bool CConfigurableDomains::setElementSequence(const string& strDomain, const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError)
442 return pConfigurableDomain->setElementSequence(strConfiguration, astrNewElementSequence, strError);
ConfigurableDomain.cpp 733 bool CConfigurableDomain::setElementSequence(const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError)
744 return pDomainConfiguration->setElementSequence(astrNewElementSequence, strError);
    [all...]
ParameterMgr.cpp     [all...]
ParameterMgr.h 268 const std::vector<std::string>& astrNewElementSequence,
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 150 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 193 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);

Completed in 217 milliseconds