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

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

Completed in 647 milliseconds