Home
last modified time | relevance | path

Searched refs:getXmlElementName (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/parameter/
DDomainConfiguration.cpp155 destination->getXmlElementName(), destination->getName(), in importOneConfigurableElementSettings()
164 (destination->getXmlElementName() == "ParameterBlock") && in importOneConfigurableElementSettings()
170 context.setError("Couldn't find settings for " + destination->getXmlElementName() + in importOneConfigurableElementSettings()
198 source->getXmlElementName()); in exportOneConfigurableElementSettings()
DInstanceConfigurableElement.cpp52 std::string CInstanceConfigurableElement::getXmlElementName() const in getXmlElementName() function in CInstanceConfigurableElement
55 return _pTypeElement->getXmlElementName(); in getXmlElementName()
DConfigurableElement.cpp104 pChildConfigurableElement->getXmlElementName() + " (name:" + in serializeXmlSettings()
112 pChildConfigurableElement->getXmlElementName()) { in serializeXmlSettings()
120 (pChildConfigurableElement->getXmlElementName() == "ParameterBlock") && in serializeXmlSettings()
184 pChildConfigurableElement->getXmlElementName()); in serializeXmlSettings()
DComponentInstance.h58 std::string getXmlElementName() const override;
DInstanceConfigurableElement.h74 std::string getXmlElementName() const override;
DComponentInstance.cpp48 std::string CComponentInstance::getXmlElementName() const in getXmlElementName() function in CComponentInstance
DElement.cpp197 xmlElement.createChild(xmlChildElement, pChild->getXmlElementName()); in childrenToXml()
527 string CElement::getXmlElementName() const in getXmlElementName() function in CElement
DElement.h154 virtual std::string getXmlElementName() const;
DElementHandle.cpp150 &mElement, mElement.getXmlElementName(), in getStructureAsXML()
DParameterMgr.cpp628 CXmlDocSource docSource(doc, _bValidateSchemasOnStart, pRootElement->getXmlElementName(), in xmlParse()
1420 if (!exportElementToXMLString(pLocatedElement, pLocatedElement->getXmlElementName(), in getElementStructureXMLCommandProcess()
1534 configurableElement->getXmlElementName()); in getSettingsAsXML()
1949 if (!exportElementToXMLString(pSystemClass, pSystemClass->getXmlElementName(), in getSystemClassXMLCommandProcess()
2625 element.getXmlElementName(), "parameter-framework", in serializeElement()
DConfigurableDomain.cpp197 pDomainConfiguration->getXmlElementName()); in composeSettings()