Home
last modified time | relevance | path

Searched refs:getElementSequence (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/upstream/parameter/
DDomainConfiguration.h72 void getElementSequence(std::string &strResult) const;
DConfigurableDomains.cpp458 bool CConfigurableDomains::getElementSequence(const string &strDomain, in getElementSequence() function in CConfigurableDomains
470 return pConfigurableDomain->getElementSequence(strConfiguration, strResult); in getElementSequence()
DConfigurableDomains.h123 bool getElementSequence(const std::string &strDomain, const std::string &strConfiguration,
DConfigurableDomain.h86 bool getElementSequence(const std::string &strConfiguration, std::string &strResult) const;
DConfigurableDomain.cpp776 bool CConfigurableDomain::getElementSequence(const string &strConfiguration, in getElementSequence() function in CConfigurableDomain
789 pDomainConfiguration->getElementSequence(strResult); in getElementSequence()
DDomainConfiguration.cpp260 void CDomainConfiguration::getElementSequence(string &strResult) const in getElementSequence() function in CDomainConfiguration
DParameterMgr.cpp1316 return getConfigurableDomains()->getElementSequence(remoteCommand.getArgument(0), in getElementSequenceCommandProcess()