Searched refs:VendorSecureElementCaOpenLogicalChannel (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/secure_element/test/unittest/mock/ |
H A D | mock.cpp | 57 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 D | mock.h | 45 … 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 D | secure_element_ca_proxy.cpp | 117 int SecureElementCaProxy::VendorSecureElementCaOpenLogicalChannel( in VendorSecureElementCaOpenLogicalChannel() function in OHOS::HDI::SecureElement::SecureElementCaProxy
|
H A D | secure_element_ca_proxy.h | 53 int VendorSecureElementCaOpenLogicalChannel(
|
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/ |
H A D | se_vendor_adaptions_mock_test.cpp | 92 EXPECT_CALL(mockTee_, VendorSecureElementCaOpenLogicalChannel(_, _, _, _, _, _))
|
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.cpp | 129 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaOpenLogicalChannel( in openLogicalChannel()
|