/external/parameter-framework/upstream/xmlserializer/ |
H A D | XmlSink.h | 38 virtual bool fromXml(const CXmlElement &xmlElement,
|
H A D | XmlMemoryDocSink.cpp | 47 return _pXmlSink->fromXml(docElement, serializingContext);
|
/external/parameter-framework/upstream/parameter/ |
H A D | ComponentLibrary.cpp | 49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, function in class:CComponentLibrary 63 if (!fromXml(childElement, serializingContext)) { 71 if (!pChild || !pChild->fromXml(childElement, serializingContext)) {
|
H A D | ParameterFrameworkConfiguration.cpp | 63 bool CParameterFrameworkConfiguration::fromXml(const CXmlElement &xmlElement, function in class:CParameterFrameworkConfiguration 76 return base::fromXml(xmlElement, serializingContext);
|
H A D | BitParameterBlockType.cpp | 59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, function in class:CBitParameterBlockType 67 return base::fromXml(xmlElement, serializingContext);
|
H A D | ComponentLibrary.h | 48 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | FrameworkConfigurationLocation.h | 46 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | ParameterFrameworkConfiguration.h | 49 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | XmlFileIncluderElement.h | 43 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | EnumValuePair.cpp | 54 bool CEnumValuePair::fromXml(const CXmlElement &xmlElement, function in class:CEnumValuePair 66 return base::fromXml(xmlElement, serializingContext);
|
H A D | LinearParameterAdaptation.cpp | 61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement, function in class:CLinearParameterAdaptation 78 return base::fromXml(xmlElement, serializingContext);
|
H A D | LogarithmicParameterAdaptation.cpp | 58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, function in class:CLogarithmicParameterAdaptation 73 return base::fromXml(xmlElement, serializingContext);
|
H A D | ParameterAdaptation.cpp | 66 bool CParameterAdaptation::fromXml(const CXmlElement &xmlElement, function in class:CParameterAdaptation 72 return base::fromXml(xmlElement, serializingContext);
|
H A D | StringParameterType.cpp | 60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, function in class:CStringParameterType 67 return base::fromXml(xmlElement, serializingContext);
|
H A D | BitParameterBlockType.h | 45 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | EnumValuePair.h | 42 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | FrameworkConfigurationLocation.cpp | 43 bool CFrameworkConfigurationLocation::fromXml(const CXmlElement &xmlElement, function in class:CFrameworkConfigurationLocation
|
H A D | LinearParameterAdaptation.h | 50 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | LogarithmicParameterAdaptation.h | 61 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | ParameterAdaptation.h | 45 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | PluginLocation.h | 42 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | ComponentInstance.h | 54 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | ComponentType.h | 57 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | CompoundRule.h | 49 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
|
H A D | PluginLocation.cpp | 49 bool CPluginLocation::fromXml(const CXmlElement &xmlElement, CXmlSerializingContext & /*ctx*/) function in class:CPluginLocation
|