Home
last modified time | relevance | path

Searched defs:setAsBytes (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp112 void setAsBytes(const std::vector<uint8_t> &settings) { mayFailSet(&EH::setAsBytes, settings); } in setAsBytes() function in parameterFramework::ElementHandle
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp191 bool ElementHandle::setAsBytes(const std::vector<uint8_t> &bytesValue, std::string &error) in setAsBytes() function in ElementHandle