OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStructureAsXML
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/upstream/test/functional-tests/include/
ElementHandle.hpp
101
std::string
getStructureAsXML
() const { return mayFailGet(&EH::
getStructureAsXML
); }
/external/parameter-framework/upstream/parameter/include/
ElementHandle.h
109
bool
getStructureAsXML
(std::string &xmlStructure, std::string &error) const;
/external/parameter-framework/upstream/parameter/
ElementHandle.cpp
145
bool ElementHandle::
getStructureAsXML
(std::string &xmlSettings, std::string &error) const
/external/parameter-framework/upstream/test/functional-tests/
Handle.cpp
112
CHECK_NOTHROW(checkXMLEq(ElementHandle{*this, path}.
getStructureAsXML
(), expected));
Completed in 215 milliseconds