Searched refs:transmitResponse (Results 1 – 2 of 2) sorted by relevance
170 std::vector<uint8_t> transmitResponse = {}; in testTransmitAPDU() local191 res = channel->transmit(apdu, &transmitResponse); in testTransmitAPDU()215 std::vector<uint8_t> transmitResponse = {}; in testUnauthorisedAPDU() local236 res = channel->transmit(apdu, &transmitResponse); in testUnauthorisedAPDU()
143 std::vector<uint8_t> apdu, std::vector<uint8_t>& transmitResponse) { in internalTransmitApdu() argument168 res = channel->transmit(apdu, &transmitResponse); in internalTransmitApdu()