Lines Matching refs:ResponseCode
180 ResponseCode error_;
195 Return<void> result(ResponseCode error, const hidl_vec<uint8_t>& formattedMessage, in result()
238 ASSERT_HAL_CALL(ResponseCode::OK, in TEST_P()
241 ASSERT_HAL_CALL(ResponseCode::OK, confirmator_->deliverSecureInputEvent( in TEST_P()
245 ASSERT_EQ(ResponseCode::OK, result.args->error_); in TEST_P()
282 ASSERT_HAL_CALL(ResponseCode::UIErrorMessageTooLong, in TEST_P()
294 ASSERT_HAL_CALL(ResponseCode::UIErrorMessageTooLong, in TEST_P()
305 ASSERT_HAL_CALL(ResponseCode::OK, in TEST_P()
308 ASSERT_HAL_CALL(ResponseCode::OK, confirmator_->deliverSecureInputEvent( in TEST_P()
312 ASSERT_EQ(ResponseCode::Canceled, result.args->error_); in TEST_P()
325 ASSERT_HAL_CALL(ResponseCode::OK, in TEST_P()
331 ASSERT_EQ(ResponseCode::Aborted, result.args->error_); in TEST_P()
346 ASSERT_HAL_CALL(ResponseCode::OK, in TEST_P()
352 ASSERT_EQ(ResponseCode::Aborted, result.args->error_); in TEST_P()
367 ASSERT_HAL_CALL(ResponseCode::OK, in TEST_P()
374 ASSERT_EQ(ResponseCode::Aborted, result.args->error_); in TEST_P()
389 ASSERT_HAL_CALL(ResponseCode::OK, in TEST_P()
395 ASSERT_EQ(ResponseCode::Aborted, result.args->error_); in TEST_P()
410 ASSERT_HAL_CALL(ResponseCode::OK, in TEST_P()
417 ASSERT_EQ(ResponseCode::Aborted, result.args->error_); in TEST_P()
430 ASSERT_HAL_CALL(ResponseCode::UIErrorMalformedUTF8Encoding, in TEST_P()
443 ASSERT_HAL_CALL(ResponseCode::UIErrorMalformedUTF8Encoding, in TEST_P()
455 ASSERT_HAL_CALL(ResponseCode::UIErrorMalformedUTF8Encoding, in TEST_P()