Home
last modified time | relevance | path

Searched refs:getStructureAsXML (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp104 std::string getStructureAsXML() const { return mayFailGet(&EH::getStructureAsXML); } in getStructureAsXML() function in parameterFramework::ElementHandle
/external/parameter-framework/upstream/parameter/include/
DElementHandle.h109 bool getStructureAsXML(std::string &xmlStructure, std::string &error) const;
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp145 bool ElementHandle::getStructureAsXML(std::string &xmlSettings, std::string &error) const in getStructureAsXML() function in ElementHandle
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp112 CHECK_NOTHROW(checkXMLEq(ElementHandle{*this, path}.getStructureAsXML(), expected)); in checkStructure()