Home
last modified time | relevance | path

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

/hardware/interfaces/secure_element/1.0/vts/functional/
DVtsHalSecureElementV1_0TargetTest.cpp119 std::vector<uint8_t> transmitResponse; in TEST_P() local
120 se_->transmit(command, [&transmitResponse](std::vector<uint8_t> res) { in TEST_P()
121 transmitResponse.resize(res.size()); in TEST_P()
123 transmitResponse[i] = res[i]; in TEST_P()
126 EXPECT_LE((unsigned int)3, transmitResponse.size()); in TEST_P()
127 EXPECT_EQ(0x90, transmitResponse[transmitResponse.size() - 2]); in TEST_P()
128 EXPECT_EQ(0x00, transmitResponse[transmitResponse.size() - 1]); in TEST_P()