/drivers/peripheral/secure_element/test/unittest/se_impl_test/ |
H A D | se_impl_test.cpp | 107 std::vector<uint8_t> aid; in HWTEST_F() local 124 std::vector<uint8_t> aid = {0x001, 0x002, 0x003}; in HWTEST_F() local 141 const std::vector<uint8_t> aid; in HWTEST_F() local 157 const std::vector<uint8_t> aid = {0x001, 0x002, 0x003}; in HWTEST_F() local
|
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/ |
H A D | se_vendor_adaptions_test.cpp | 81 std::vector<uint8_t> aid = {0x001, 0x002, 0x003}; in HWTEST_F() local 98 const std::vector<uint8_t> aid = {0x001, 0x002, 0x003}; in HWTEST_F() local
|
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/ |
H A D | se_vendor_adaptions_mock_test.cpp | 87 std::vector<uint8_t> aid = {0x001, 0x002, 0x003}; in HWTEST_F() local 108 const std::vector<uint8_t> aid = {0x001, 0x002, 0x003}; in HWTEST_F() local
|
/drivers/peripheral/secure_element/hdi_service/ |
H A D | se_impl.cpp | 58 int32_t SeImpl::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, in openLogicalChannel() argument 64 int32_t SeImpl::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, in openBasicChannel() argument
|
/drivers/peripheral/secure_element/test/unittest/mock/ |
H A D | mock.cpp | 57 int SecureElementCaProxy::VendorSecureElementCaOpenLogicalChannel(uint8_t *aid, uint32_t len, uint8_t p2, in VendorSecureElementCaOpenLogicalChannel() argument 67 int SecureElementCaProxy::VendorSecureElementCaOpenBasicChannel(uint8_t *aid, uint32_t len, uint8_t *rsp, in VendorSecureElementCaOpenBasicChannel() argument
|
/drivers/peripheral/secure_element/sim_hdi_service/ |
H A D | secure_element_interface_service.cpp | 48 int32_t SecureElementInterfaceService::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel() argument 55 int32_t SecureElementInterfaceService::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openBasicChannel() argument
|
/drivers/peripheral/secure_element/secure_element_ca_proxy/ |
H A D | secure_element_ca_proxy.cpp | 117 VendorSecureElementCaOpenLogicalChannel( uint8_t *aid, uint32_t len, uint8_t p2, uint8_t *rsp, uint32_t *rspLen, uint32_t *channelNum) const VendorSecureElementCaOpenLogicalChannel() argument 123 VendorSecureElementCaOpenBasicChannel( uint8_t *aid, uint32_t len, uint8_t *rsp, uint32_t *rspLen) const VendorSecureElementCaOpenBasicChannel() argument
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.cpp | 109 int32_t SeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2,
in openLogicalChannel() argument 156 int32_t SeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response,
in openBasicChannel() argument [all...] |
/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | se_vendor_adaptions.cpp | 246 int32_t SimSeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2,
in openLogicalChannel() argument 290 int32_t SimSeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_ argument 148 VendorSimSecureElementOpenLogicalChannel( const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, uint32_t *channelNum, int *status) VendorSimSecureElementOpenLogicalChannel() argument 181 VendorSimSecureElementOpenBasicChannel( uint8_t *aid, uint32_t len, uint8_t *rsp, uint32_t *rspLen, int *status) VendorSimSecureElementOpenBasicChannel() argument [all...] |
/drivers/hdf_core/framework/include/wifi/ |
H A D | hdf_wifi_event.h | 170 uint16_t aid; /**< Authentication ID */ member 196 uint16_t aid; /**< Authentication ID */ member
|