Home
last modified time | relevance | path

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

/aosp_15_r20/external/parameter-framework/upstream/xmlserializer/
H A DXmlElement.cpp39 CXmlElement::CXmlElement(_xmlNode *pXmlElement) : _pXmlElement(pXmlElement) in CXmlElement() function in CXmlElement
43 CXmlElement::CXmlElement() : _pXmlElement(nullptr) in CXmlElement() function in CXmlElement
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DElementBuilderTemplate.h38 CElement *createElement(const CXmlElement & /*elem*/) const override { return new ElementType; } in createElement()
H A DAreaConfiguration.h37 class CXmlElement; variable
H A DParameterType.cpp102 CXmlElement & /*xmlConfigurableElementSettingsElement*/, in handleValueSpaceAttribute() argument