Home
last modified time | relevance | path

Searched refs:mayFailGet (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp104 std::string getStructureAsXML() const { return mayFailGet(&EH::getStructureAsXML); } in getStructureAsXML()
106 std::string getAsXML() const { return mayFailGet(&EH::getAsXML); } in getAsXML()
DFailureWrapper.hpp110 Value mayFailGet(bool (K::*accessor)(Value &, std::string &) const) const in mayFailGet() function in parameterFramework::FailureWrapper