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

  /external/parameter-framework/parameter/
ConfigurableDomains.cpp 445 bool CConfigurableDomains::getElementSequence(const string& strDomain, const string& strConfiguration, string& strResult) const
455 return pConfigurableDomain->getElementSequence(strConfiguration, strResult);
DomainConfiguration.cpp 273 void CDomainConfiguration::getElementSequence(string& strResult) const
ConfigurableDomain.cpp 747 bool CConfigurableDomain::getElementSequence(const string& strConfiguration, string& strResult) const
758 pDomainConfiguration->getElementSequence(strResult);
    [all...]

Completed in 64 milliseconds