Searched refs:astrNewElementSequence (Results 1 - 11 of 11) sorted by relevance

/external/parameter-framework/parameter/
H A DDomainConfiguration.h59 bool setElementSequence(const std::vector<std::string>& astrNewElementSequence, std::string& strError);
H A DDomainConfiguration.cpp236 bool CDomainConfiguration::setElementSequence(const std::vector<string>& astrNewElementSequence, string& strError) argument
243 for (uiConfigurableElement = 0; uiConfigurableElement < astrNewElementSequence.size(); uiConfigurableElement++) {
245 string strConfigurableElementPath = astrNewElementSequence[uiConfigurableElement];
H A DConfigurableDomains.h93 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);
H A DParameterMgrFullConnector.cpp309 const std::vector<string>& astrNewElementSequence,
312 return _pParameterMgr->setElementSequence(strDomain, strConfiguration, astrNewElementSequence,
307 setElementSequence(const string& strDomain, const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError) argument
H A DConfigurableDomains.cpp431 bool CConfigurableDomains::setElementSequence(const string& strDomain, const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError) argument
442 return pConfigurableDomain->setElementSequence(strConfiguration, astrNewElementSequence, strError);
H A DConfigurableDomain.h65 bool setElementSequence(const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);
H A DConfigurableDomain.cpp733 bool CConfigurableDomain::setElementSequence(const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError) argument
744 return pDomainConfiguration->setElementSequence(astrNewElementSequence, strError);
H A DParameterMgr.cpp1289 std::vector<string> astrNewElementSequence; local
1295 astrNewElementSequence.push_back(remoteCommand.getArgument(uiArgument));
1300 astrNewElementSequence, strResult) ?
2179 const std::vector<string>& astrNewElementSequence,
2189 astrNewElementSequence, strError);
2178 setElementSequence(const string& strDomain, const string& strConfiguration, const std::vector<string>& astrNewElementSequence, string& strError) argument
H A DParameterMgr.h268 const std::vector<std::string>& astrNewElementSequence,
/external/parameter-framework/parameter/include/
H A DParameterMgrFullConnector.h193 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);
/external/parameter-framework/bindings/python/
H A Dpfw.i150 bool setElementSequence(const std::string& strDomain, const std::string& strConfiguration, const std::vector<std::string>& astrNewElementSequence, std::string& strError);

Completed in 1137 milliseconds