Searched refs:setAsInteger (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
H A DElementHandle.hpp79 void setAsInteger(uint32_t value) { mayFailCall(&EH::setAsInteger, value); } function in class:parameterFramework::ElementHandle
/external/parameter-framework/upstream/parameter/include/
H A DElementHandle.h198 bool setAsInteger(uint32_t value, std::string &error);
/external/parameter-framework/upstream/parameter/
H A DElementHandle.cpp262 bool ElementHandle::setAsInteger(uint32_t value, string &error) function in class:ElementHandle
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp635 CHECK_NOTHROW(intScalar.setAsInteger(expected));

Completed in 140 milliseconds