Home
last modified time | relevance | path

Searched refs:getNameAttribute (Results 1 – 10 of 10) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp63 strPathElement += "[@Name=" + getNameAttribute() + "]"; in getPath()
115 string CXmlElement::getNameAttribute() const in getNameAttribute() function in CXmlElement
158 (childElement.getNameAttribute() == strNameAttribute)) { in getChildElement()
DXmlElement.h52 std::string getNameAttribute() const;
/external/parameter-framework/upstream/parameter/
DLoggingElementBuilderTemplate.cpp38 return xmlElement.getNameAttribute(); in getName()
DNamedElementBuilderTemplate.h40 return new ElementType(xmlElement.getNameAttribute()); in createElement()
DKindElementBuilderTemplate.h42 return new ElementType(xmlElement.getNameAttribute(), xmlElement.getType()); in createElement()
DFileIncluderElementBuilder.h52 return new CXmlFileIncluderElement(xmlElement.getNameAttribute(), xmlElement.getType(), in createElement()
DPluginLocation.cpp62 _pluginList.push_back(xmlPluginElement.getNameAttribute()); in fromXml()
DIntegerParameterBuilder.h51 auto name = xmlElement.getNameAttribute(); in createElement()
DConfigurableElement.cpp139 if (xmlChildConfigurableElementSettingsElement.getNameAttribute() != in serializeXmlSettings()
147 xmlChildConfigurableElementSettingsElement.getNameAttribute() + " instead"); in serializeXmlSettings()
DConfigurableDomain.cpp343 findChild(xmlConfigurationSettingsElement.getNameAttribute())); in parseSettings()