Home
last modified time | relevance | path

Searched refs:gDescriptionPropertyName (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DElement.cpp43 const std::string CElement::gDescriptionPropertyName = "Description"; member in CElement
133 strResult += gDescriptionPropertyName + ": " + getDescription() + "\n"; in showDescriptionProperty()
146 xmlElement.getAttribute(gDescriptionPropertyName, _strDescription); in fromXml()
219 xmlElement.setAttribute(gDescriptionPropertyName, description); in setXmlDescriptionAttribute()
DElement.h175 static const std::string gDescriptionPropertyName; variable
DSubsystem.cpp100 xmlElement.getAttribute(gDescriptionPropertyName, description); in structureFromXml()