Searched refs:fromXml (Results 1 - 25 of 64) sorted by relevance

123

/external/parameter-framework/upstream/xmlserializer/
H A DXmlSink.h38 virtual bool fromXml(const CXmlElement &xmlElement,
H A DXmlMemoryDocSink.cpp47 return _pXmlSink->fromXml(docElement, serializingContext);
/external/parameter-framework/upstream/parameter/
H A DComponentLibrary.cpp49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, function in class:CComponentLibrary
63 if (!fromXml(childElement, serializingContext)) {
71 if (!pChild || !pChild->fromXml(childElement, serializingContext)) {
H A DParameterFrameworkConfiguration.cpp63 bool CParameterFrameworkConfiguration::fromXml(const CXmlElement &xmlElement, function in class:CParameterFrameworkConfiguration
76 return base::fromXml(xmlElement, serializingContext);
H A DBitParameterBlockType.cpp59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, function in class:CBitParameterBlockType
67 return base::fromXml(xmlElement, serializingContext);
H A DComponentLibrary.h48 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DFrameworkConfigurationLocation.h46 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DParameterFrameworkConfiguration.h49 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DXmlFileIncluderElement.h43 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DEnumValuePair.cpp54 bool CEnumValuePair::fromXml(const CXmlElement &xmlElement, function in class:CEnumValuePair
66 return base::fromXml(xmlElement, serializingContext);
H A DLinearParameterAdaptation.cpp61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement, function in class:CLinearParameterAdaptation
78 return base::fromXml(xmlElement, serializingContext);
H A DLogarithmicParameterAdaptation.cpp58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, function in class:CLogarithmicParameterAdaptation
73 return base::fromXml(xmlElement, serializingContext);
H A DParameterAdaptation.cpp66 bool CParameterAdaptation::fromXml(const CXmlElement &xmlElement, function in class:CParameterAdaptation
72 return base::fromXml(xmlElement, serializingContext);
H A DStringParameterType.cpp60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, function in class:CStringParameterType
67 return base::fromXml(xmlElement, serializingContext);
H A DBitParameterBlockType.h45 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DEnumValuePair.h42 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DFrameworkConfigurationLocation.cpp43 bool CFrameworkConfigurationLocation::fromXml(const CXmlElement &xmlElement, function in class:CFrameworkConfigurationLocation
H A DLinearParameterAdaptation.h50 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DLogarithmicParameterAdaptation.h61 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DParameterAdaptation.h45 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DPluginLocation.h42 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DComponentInstance.h54 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DComponentType.h57 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DCompoundRule.h49 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
H A DPluginLocation.cpp49 bool CPluginLocation::fromXml(const CXmlElement &xmlElement, CXmlSerializingContext & /*ctx*/) function in class:CPluginLocation

Completed in 263 milliseconds

123