Home
last modified time | relevance | path

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

/external/parameter-framework/xmlserializer/
DXmlElement.h80 void setAttributeSignedInteger(const std::string& strAttributeName, int32_t iValue);
DXmlElement.cpp224 void CXmlElement::setAttributeSignedInteger(const string& strAttributeName, int32_t iValue) in setAttributeSignedInteger() function in CXmlElement
/external/parameter-framework/parameter/
DSelectionCriterionType.cpp228 childValuePairElement.setAttributeSignedInteger("Numerical", it->second); in toXml()