Searched refs:aid (Results 1 – 9 of 9) sorted by relevance
/drivers/peripheral/secure_element/vendor_adaptor/ |
D | se_vendor_adaptions.cpp | 83 int32_t SeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel() argument 87 if (aid.empty()) { in openLogicalChannel() 94 …int ret = HuaweiSecureElementCaOpenLogicalChannel((uint8_t *)&aid[0], aid.size(), p2, res, &resLen, in openLogicalChannel() 107 int32_t SeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vecto… in openBasicChannel() argument 111 if (aid.empty()) { in openBasicChannel() 118 int ret = HuaweiSecureElementCaOpenBasicChannel((uint8_t *)&aid[0], aid.size(), res, &resLen); in openBasicChannel()
|
D | se_vendor_adaptions.h | 35 …int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& resp… 38 …int32_t openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& respon…
|
D | isecure_element_vendor.h | 37 …virtual int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_… 40 …virtual int32_t openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>…
|
/drivers/peripheral/secure_element/hdi_service/ |
D | se_impl.cpp | 52 int32_t SeImpl::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t… in openLogicalChannel() argument 55 return adaptor_.openLogicalChannel(aid, p2, response, channelNumber, status); in openLogicalChannel() 58 int32_t SeImpl::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>&… in openBasicChannel() argument 61 return adaptor_.openBasicChannel(aid, p2, response, status); in openBasicChannel()
|
D | se_impl.h | 38 …int32_t openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& resp… 41 …int32_t openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& respon…
|
/drivers/interface/secure_element/v1_0/ |
D | ISecureElementInterface.idl | 59 * @param aid The AID of the applet to be selected on this channel, as a byte array. 65 …openLogicalChannel([in] List<unsigned char> aid, [in] unsigned char p2, [out] List<unsigned char> … 72 * @param aid The AID of the applet to be selected on this channel, as a byte array. 77 …openBasicChannel([in] List<unsigned char> aid, [in] unsigned char p2, [out] List<unsigned char> re…
|
/drivers/hdf_core/framework/include/wifi/ |
D | hdf_wifi_event.h | 170 uint16_t aid; /**< Authentication ID */ member 196 uint16_t aid; /**< Authentication ID */ member
|
/drivers/interface/ril/v1_1/ |
D | Types.idl | 1755 String aid; 1980 String aid;
|
/drivers/interface/ril/v1_0/ |
D | Types.idl | 1715 String aid; 1940 String aid;
|