Searched refs:vecResponse (Results 1 – 2 of 2) sorted by relevance
| /test/xts/hats/hdf/nfc/secureElement_additional/ |
| D | nfc_services_test.cpp | 85 std::vector<uint8_t> vecResponse(255, 0); variable 88 ret = mSeHdi_->getAtr(vecResponse); 116 std::vector<uint8_t> vecResponse(255, 0); variable 118 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); 144 std::vector<uint8_t> vecResponse(255, 0); variable 146 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); 172 std::vector<uint8_t> vecResponse(255, 0); variable 176 ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); 203 std::vector<uint8_t> vecResponse(255, 0); variable 207 ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); [all …]
|
| /test/xts/hats/hdf/nfc/secureElement/ |
| D | nfc_services_test.cpp | 118 std::vector<uint8_t> vecResponse(MAX_APDU_RESP_BYTES, 0); variable 119 int32_t ret = mSeHdi_->getAtr(vecResponse); 170 std::vector<uint8_t> vecResponse(MAX_APDU_RESP_BYTES, 0); variable 172 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status); 219 std::vector<uint8_t> vecResponse(MAX_APDU_RESP_BYTES, 0); variable 221 int32_t ret = mSeHdi_->openBasicChannel(vecAid, p2, vecResponse, status); 243 std::vector<uint8_t> vecResponse(MAX_APDU_RESP_BYTES, 0); variable 246 int32_t ret = mSeHdi_->transmit(vecCommand, vecResponse, status);
|