Home
last modified time | relevance | path

Searched refs:VendorSecureElementCaOpenLogicalChannel (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp57 int SecureElementCaProxy::VendorSecureElementCaOpenLogicalChannel(uint8_t *aid, uint32_t len, uint8_t p2, in VendorSecureElementCaOpenLogicalChannel() function in OHOS::HDI::SecureElement::SecureElementCaProxy
64 return p->VendorSecureElementCaOpenLogicalChannel(aid, len, p2, rsp, rspLen, channelNum); in VendorSecureElementCaOpenLogicalChannel()
H A Dmock.h45 MOCK_METHOD(int, VendorSecureElementCaOpenLogicalChannel, (uint8_t *aid, uint32_t len, uint8_t p2,
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.h53 int VendorSecureElementCaOpenLogicalChannel(
107 const char *const CA_OPEN_LOGICAL_SYMBOL = "VendorSecureElementCaOpenLogicalChannel";
H A Dsecure_element_ca_proxy.cpp117 int SecureElementCaProxy::VendorSecureElementCaOpenLogicalChannel( in VendorSecureElementCaOpenLogicalChannel() function in OHOS::HDI::SecureElement::SecureElementCaProxy
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp92 EXPECT_CALL(mockTee_, VendorSecureElementCaOpenLogicalChannel(_, _, _, _, _, _)) in HWTEST_F()
/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp123 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaOpenLogicalChannel( in openLogicalChannel()

Completed in 3 milliseconds