Home
last modified time | relevance | path

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

/external/parameter-framework/xmlserializer/
DXmlElement.h53 …bool getAttributeBoolean(const std::string& strAttributeName, const std::string& strTrueValue) con…
54 bool getAttributeBoolean(const std::string& strAttributeName) const;
DXmlElement.cpp103 bool CXmlElement::getAttributeBoolean(const string& strAttributeName, const string& strTrueValue) c… in getAttributeBoolean() function in CXmlElement
108 bool CXmlElement::getAttributeBoolean(const string& strAttributeName) const in getAttributeBoolean() function in CXmlElement
/external/parameter-framework/parameter/
DParameterFrameworkConfiguration.cpp74 _bTuningAllowed = xmlElement.getAttributeBoolean("TuningAllowed"); in fromXml()
DCompoundRule.cpp143 _bTypeAll = xmlElement.getAttributeBoolean("Type", _apcTypes[true]); in fromXml()
DFixedPointParameterType.cpp79 …cessContext.setValueSpaceRaw(xmlConfigurableElementSettingsElement.getAttributeBoolean("ValueSpace… in handleValueSpaceAttribute()
DIntegerParameterType.cpp96 _bSigned = xmlElement.getAttributeBoolean("Signed"); in fromXml()
DSubsystem.cpp158 _bBigEndian = xmlElement.getAttributeBoolean("Endianness", "Big"); in fromXml()
DConfigurableDomain.cpp221 …_bSequenceAware = xmlElement.hasAttribute("SequenceAware") && xmlElement.getAttributeBoolean("Sequ… in fromXml()