Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp77 int SecureElementCaProxy::VendorSecureElementCaCloseChannel(uint32_t channelNum) const in VendorSecureElementCaCloseChannel() function in OHOS::HDI::SecureElement::SecureElementCaProxy
83 return p->VendorSecureElementCaCloseChannel(channelNum); in VendorSecureElementCaCloseChannel()
H A Dmock.h49 MOCK_METHOD(int, VendorSecureElementCaCloseChannel, (uint32_t channelNum), ());
/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp129 int SecureElementCaProxy::VendorSecureElementCaCloseChannel(uint32_t channelNum) const in VendorSecureElementCaCloseChannel() function in OHOS::HDI::SecureElement::SecureElementCaProxy
H A Dsecure_element_ca_proxy.h56 int VendorSecureElementCaCloseChannel(uint32_t channelNum) const;
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp124 EXPECT_CALL(mockTee_, VendorSecureElementCaCloseChannel(_))
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp211 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaCloseChannel(channelNumber); in closeChannel()