Home
last modified time | relevance | path

Searched refs:setAsBytes (Results 1 – 4 of 4) 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/test/functional-tests/
DHandle.cpp468 REQUIRE_NOTHROW(root.setAsBytes(readBytes(rootTestSettings)));
483 REQUIRE_NOTHROW(basicParams.setAsBytes(readBytes(testBasicSettingsBytes)));
496 REQUIRE_NOTHROW(elem0.setAsBytes(readBytes(testBasicSettingsBytes)));
511 REQUIRE_NOTHROW(root.setAsBytes(readBytes(rootBytesSettings)));
532 REQUIRE_NOTHROW(basicParams.setAsBytes(readBytes(testBasicSettingsBytes)));
/external/parameter-framework/upstream/parameter/include/
DElementHandle.h168 bool setAsBytes(const std::vector<uint8_t> &bytesValue, std::string &error);
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp191 bool ElementHandle::setAsBytes(const std::vector<uint8_t> &bytesValue, std::string &error) in setAsBytes() function in ElementHandle