Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp107 void setAsXML(const std::string &settings) { mayFailSet(&EH::setAsXML, settings); } in setAsXML()
115 void setAsBytes(const std::vector<uint8_t> &settings) { mayFailSet(&EH::setAsBytes, settings); } in setAsBytes()
DFailureWrapper.hpp119 void mayFailSet(bool (K::*accessor)(const Value &, std::string &), const Value &value) in mayFailSet() function in parameterFramework::FailureWrapper