Home
last modified time | relevance | path

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

/external/libese/libapdu/tests/
Dapdu_test.cpp183 ASSERT_FALSE(apdu.isExecutionError()); in TEST()
192 ASSERT_FALSE(apdu.isExecutionError()); in TEST()
201 ASSERT_TRUE(apdu.isExecutionError()); in TEST()
210 ASSERT_FALSE(apdu.isExecutionError()); in TEST()
/external/libese/libapdu/include/apdu/
Dapdu.h96 bool isExecutionError() const { in isExecutionError() function
104 bool isError() const { return isExecutionError() || isCheckingError(); } in isError()