Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/secure_element/test/unittest/se_impl_test/
Dse_impl_test.cpp108 uint8_t p2 = 0; variable
125 uint8_t p2 = 0; variable
142 uint8_t p2 = 0; variable
158 uint8_t p2 = 0; variable
/drivers/peripheral/secure_element/sim_hdi_service/
Dsecure_element_interface_service.cpp48 …32_t SecureElementInterfaceService::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel()
55 int32_t SecureElementInterfaceService::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openBasicChannel()
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
Dse_vendor_adaptions_mock_test.cpp88 uint8_t p2 = 0; variable
109 uint8_t p2 = 0; variable
/drivers/peripheral/secure_element/hdi_service/
Dse_impl.cpp58 int32_t SeImpl::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t… in openLogicalChannel()
64 int32_t SeImpl::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>&… in openBasicChannel()
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
Dse_vendor_adaptions_test.cpp82 uint8_t p2 = 0; variable
99 uint8_t p2 = 0; variable
/drivers/peripheral/secure_element/vendor_sim_adaptor/
Dse_vendor_adaptions.cpp146 …const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>& response, uint32_t *channelNum,… in VendorSimSecureElementOpenLogicalChannel()
242 int32_t SimSeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel()
286 int32_t SimSeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openBasicChannel()
/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.cpp115 int32_t SeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel()
164 int32_t SeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vecto… in openBasicChannel()
/drivers/peripheral/secure_element/test/unittest/mock/
Dmock.cpp57 …cureElementCaProxy::VendorSecureElementCaOpenLogicalChannel(uint8_t *aid, uint32_t len, uint8_t p2, in VendorSecureElementCaOpenLogicalChannel()
/drivers/peripheral/secure_element/secure_element_ca_proxy/
Dsecure_element_ca_proxy.cpp118 …uint8_t *aid, uint32_t len, uint8_t p2, uint8_t *rsp, uint32_t *rspLen, uint32_t *channelNum) const in VendorSecureElementCaOpenLogicalChannel()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dstartup_cfg_gen.cpp248 sort(vect.begin(), vect.end(), [] (const ElementType &p1, const ElementType &p2) -> bool { in HostInfosOutput()
/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_impl.cpp559 …Impl::SimOpenLogicalChannel(int32_t slotId, int32_t serialId, const std::string &appID, int32_t p2) in SimOpenLogicalChannel()