Home
last modified time | relevance | path

Searched defs:strAttributeName (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/xmlserializer/
DXmlElement.cpp103 bool CXmlElement::getAttributeBoolean(const string& strAttributeName, const string& strTrueValue) c… in getAttributeBoolean() argument
206 void CXmlElement::setAttributeBoolean(const string& strAttributeName, bool bValue) in setAttributeBoolean()
212 void CXmlElement::setAttributeString(const string& strAttributeName, const string& strValue) in setAttributeString()
217 void CXmlElement::setAttributeInteger(const string& strAttributeName, uint32_t uiValue) in setAttributeInteger()
224 void CXmlElement::setAttributeSignedInteger(const string& strAttributeName, int32_t iValue) in setAttributeSignedInteger()