Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSelectionCriterionType.cpp222 CXmlElement childValuePairElement; in toXml() local
224 xmlElement.createChild(childValuePairElement, "ValuePair"); in toXml()
226 childValuePairElement.setAttributeString("Literal", it->first); in toXml()
228 childValuePairElement.setAttributeSignedInteger("Numerical", it->second); in toXml()