Home
last modified time | relevance | path

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

/test/xts/hats/hdf/nfc/secureElement_additional/
Dnfc_services_test.cpp112 std::vector<uint8_t> vecAid; variable
113 vecAid.push_back(0);
117 CommonUtils::HexStringToBytesArray(aid, vecAid);
118 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
140 std::vector<uint8_t> vecAid; variable
141 vecAid.push_back(1);
145 CommonUtils::HexStringToBytesArray(aid, vecAid);
146 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
168 std::vector<uint8_t> vecAid; variable
169 vecAid.push_back(0);
[all …]
/test/xts/hats/hdf/nfc/secureElement/
Dnfc_services_test.cpp167 std::vector<uint8_t> vecAid; variable
171 CommonUtils::HexStringToBytesArray(aid, vecAid);
172 int32_t ret = mSeHdi_->openLogicalChannel(vecAid, p2, vecResponse, channelNumber, status);
217 std::vector<uint8_t> vecAid; variable
220 CommonUtils::HexStringToBytesArray(aid, vecAid);
221 int32_t ret = mSeHdi_->openBasicChannel(vecAid, p2, vecResponse, status);