Searched refs:vecCommand (Results 1 – 2 of 2) sorted by relevance
| /test/xts/hats/hdf/nfc/secureElement_additional/ |
| D | nfc_services_test.cpp | 40 std::vector<uint8_t> vecCommand = {128, 202, 159, 127, 0}; variable 437 std::vector<uint8_t> vecCommand; variable 438 vecCommand.push_back(0); 440 CommonUtils::HexStringToBytesArray(aid, vecCommand); 442 int32_t ret = mSeHdi_->transmit(vecCommand, vecResponse, status); 462 std::vector<uint8_t> vecCommand; variable 463 vecCommand.push_back(1); 465 CommonUtils::HexStringToBytesArray(aid, vecCommand); 467 int32_t ret = mSeHdi_->transmit(vecCommand, vecResponse, status); 487 std::vector<uint8_t> vecCommand; variable [all …]
|
| /test/xts/hats/hdf/nfc/secureElement/ |
| D | nfc_services_test.cpp | 40 std::vector<uint8_t> vecCommand = {128, 202, 159, 127, 0}; variable 242 std::vector<uint8_t> vecCommand; variable 244 CommonUtils::HexStringToBytesArray(aid, vecCommand); 246 int32_t ret = mSeHdi_->transmit(vecCommand, vecResponse, status);
|