Home
last modified time | relevance | path

Searched defs:xmlElement (Results 1 – 25 of 43) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
DEnumValuePair.cpp54 bool CEnumValuePair::fromXml(const CXmlElement &xmlElement, in fromXml()
77 void CEnumValuePair::toXml(CXmlElement &xmlElement, in toXml()
DBitParameterBlockType.cpp59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, in fromXml()
77 void CBitParameterBlockType::toXml(CXmlElement &xmlElement, in toXml()
DStringParameterType.cpp60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
82 void CStringParameterType::toXml(CXmlElement &xmlElement, in toXml()
DConfigurableElement.h173 virtual bool structureFromXml(const CXmlElement &xmlElement, in structureFromXml()
191 virtual void structureToXml(CXmlElement &xmlElement, in structureToXml()
DCompoundRule.cpp129 bool CCompoundRule::fromXml(const CXmlElement &xmlElement, in fromXml()
142 void CCompoundRule::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const in toXml()
DNamedElementBuilderTemplate.h38 CElement *createElement(const CXmlElement &xmlElement) const override in createElement()
DLoggingElementBuilderTemplate.cpp36 std::string getName(const CXmlElement &xmlElement) in getName()
DBitParameterBlock.h51 void structureToXml(CXmlElement &xmlElement, in structureToXml()
DKindElementBuilderTemplate.h40 CElement *createElement(const CXmlElement &xmlElement) const override in createElement()
DSelectionCriterionRule.cpp143 bool CSelectionCriterionRule::fromXml(const CXmlElement &xmlElement, in fromXml()
198 void CSelectionCriterionRule::toXml(CXmlElement &xmlElement, CXmlSerializingContext & /*ctx*/) const in toXml()
DSubsystemLibrary.h51 std::string getBuilderType(const CXmlElement &xmlElement) const override in getBuilderType()
DLoggingElementBuilderTemplate.h88 CElement *createElement(const CXmlElement &xmlElement) const override in createElement()
DIntegerParameterBuilder.h43 CElement *createElement(const CXmlElement &xmlElement) const override in createElement()
DDefaultElementLibrary.h80 const CXmlElement &xmlElement) const in createElement()
DFileIncluderElementBuilder.h50 CElement *createElement(const CXmlElement &xmlElement) const override in createElement()
DTypeElement.cpp107 bool CTypeElement::fromXml(const CXmlElement &xmlElement, in fromXml()
180 void CTypeElement::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const in toXml()
DFrameworkConfigurationLocation.cpp43 bool CFrameworkConfigurationLocation::fromXml(const CXmlElement &xmlElement, in fromXml()
DConfigurableDomain.cpp110 void CConfigurableDomain::toXml(CXmlElement &xmlElement, in toXml()
119 void CConfigurableDomain::childrenToXml(CXmlElement &xmlElement, in childrenToXml()
134 CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const in composeDomainConfigurations()
170 void CConfigurableDomain::composeSettings(CXmlElement &xmlElement, in composeSettings()
208 bool CConfigurableDomain::fromXml(const CXmlElement &xmlElement, in fromXml()
242 bool CConfigurableDomain::parseDomainConfigurations(const CXmlElement &xmlElement, in parseDomainConfigurations()
258 bool CConfigurableDomain::parseConfigurableElements(const CXmlElement &xmlElement, in parseConfigurableElements()
317 bool CConfigurableDomain::parseSettings(const CXmlElement &xmlElement, in parseSettings()
DParameterFrameworkConfiguration.cpp63 bool CParameterFrameworkConfiguration::fromXml(const CXmlElement &xmlElement, in fromXml()
DBitParameterType.cpp74 bool CBitParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
229 void CBitParameterType::toXml(CXmlElement &xmlElement, in toXml()
DComponentLibrary.cpp49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, in fromXml()
DPluginLocation.cpp49 bool CPluginLocation::fromXml(const CXmlElement &xmlElement, CXmlSerializingContext & /*ctx*/) in fromXml()
DLogarithmicParameterAdaptation.cpp58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml()
DFloatingPointParameterType.cpp84 bool CFloatingPointParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
276 void CFloatingPointParameterType::toXml(CXmlElement &xmlElement, in toXml()
DLinearParameterAdaptation.cpp61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml()

12