Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp57 int SecureElementCaProxy::VendorSecureElementCaOpenLogicalChannel(uint8_t *aid, uint32_t len, uint8… 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,
/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp117 int SecureElementCaProxy::VendorSecureElementCaOpenLogicalChannel( in VendorSecureElementCaOpenLogicalChannel() function in OHOS::HDI::SecureElement::SecureElementCaProxy
H A Dsecure_element_ca_proxy.h53 int VendorSecureElementCaOpenLogicalChannel(
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp92 EXPECT_CALL(mockTee_, VendorSecureElementCaOpenLogicalChannel(_, _, _, _, _, _))
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp129 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaOpenLogicalChannel( in openLogicalChannel()