Home
last modified time | relevance | path

Searched refs:setNameAttribute (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
DXmlElement.h96 void setNameAttribute(const std::string &strValue);
DXmlElement.cpp221 void CXmlElement::setNameAttribute(const string &strValue) in setNameAttribute() function in CXmlElement
/external/parameter-framework/upstream/parameter/
DElement.cpp230 xmlElement.setNameAttribute(strName); in setXmlNameAttribute()
DConfigurableElement.cpp171 xmlConfigurationSettingsElementContent.setNameAttribute(getName()); in serializeXmlSettings()
DConfigurableDomain.cpp200 xmlConfigurationSettingsElement.setNameAttribute(pDomainConfiguration->getName()); in composeSettings()