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

  /external/parameter-framework/parameter/
DomainConfiguration.cpp 89 string strConfigurableElementPath = xmlConfigurableElementSettingsElement.getAttributeString("Path");
91 CAreaConfiguration* pAreaConfiguration = findAreaConfiguration(strConfigurableElementPath);
95 xmlDomainImportContext.setError("Configurable Element " + strConfigurableElementPath + " referred to by Configuration " + getPath() + " not associated to Domain");
245 string strConfigurableElementPath = astrNewElementSequence[uiConfigurableElement];
247 CAreaConfiguration* pAreaConfiguration = findAreaConfiguration(strConfigurableElementPath);
251 strError = "Element " + strConfigurableElementPath + " not found in domain";
256 if (findAreaConfiguration(strConfigurableElementPath, areaConfigurationList)) {
258 strError = "Element " + strConfigurableElementPath + " provided more than once";
516 CAreaConfiguration* CDomainConfiguration::findAreaConfiguration(const string& strConfigurableElementPath) const
518 return findAreaConfiguration(strConfigurableElementPath, _areaConfigurationList)
    [all...]
ConfigurableDomain.cpp 277 string strConfigurableElementPath = xmlConfigurableElementElement.getAttributeString("Path");
279 CPathNavigator pathNavigator(strConfigurableElementPath);
285 serializingContext.setError("Could not find configurable element of path " + strConfigurableElementPath + " from ConfigurableDomain description " + getName() + " (" + strError + ")");
295 serializingContext.setError("Could not find configurable element of path " + strConfigurableElementPath + " from ConfigurableDomain description " + getName());
    [all...]

Completed in 1746 milliseconds