Searched refs:vecCommand (Results 1 - 2 of 2) sorted by relevance
/test/xts/hats/hdf/nfc/secureElement_additional/ |
H A D | nfc_services_test.cpp | 40 std::vector<uint8_t> vecCommand = {128, 202, 159, 127, 0}; 425 * @tc.desc : check transmit,vecCommand = 0 437 std::vector<uint8_t> vecCommand; in HWTEST_F() local 438 vecCommand.push_back(0); in HWTEST_F() 440 CommonUtils::HexStringToBytesArray(aid, vecCommand); in HWTEST_F() 442 int32_t ret = mSeHdi_->transmit(vecCommand, vecResponse, status); in HWTEST_F() 450 * @tc.desc : check transmit,vecCommand = 1 462 std::vector<uint8_t> vecCommand; in HWTEST_F() local 463 vecCommand.push_back(1); in HWTEST_F() 465 CommonUtils::HexStringToBytesArray(aid, vecCommand); in HWTEST_F() 487 std::vector<uint8_t> vecCommand; HWTEST_F() local 515 std::vector<uint8_t> vecCommand; HWTEST_F() local [all...] |
/test/xts/hats/hdf/nfc/secureElement/ |
H A D | nfc_services_test.cpp | 40 std::vector<uint8_t> vecCommand = {128, 202, 159, 127, 0}; 242 std::vector<uint8_t> vecCommand; in HWTEST_F() local 244 CommonUtils::HexStringToBytesArray(aid, vecCommand); in HWTEST_F() 246 int32_t ret = mSeHdi_->transmit(vecCommand, vecResponse, status); in HWTEST_F()
|
Completed in 2 milliseconds