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

  /external/parameter-framework/upstream/parameter/
Element.h 174 static const std::string gDescriptionPropertyName;
Element.cpp 42 const std::string CElement::gDescriptionPropertyName = "Description";
132 strResult += gDescriptionPropertyName + ": " + getDescription() + "\n";
145 xmlElement.getAttribute(gDescriptionPropertyName, _strDescription);
215 xmlElement.setAttribute(gDescriptionPropertyName, description);

Completed in 63 milliseconds