Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp139 SecureElementCaProxy::GetInstance().VendorSecureElementCaUninit(); in openLogicalChannel()
150 SecureElementCaProxy::GetInstance().VendorSecureElementCaUninit(); in openLogicalChannel()
187 SecureElementCaProxy::GetInstance().VendorSecureElementCaUninit(); in openBasicChannel()
197 SecureElementCaProxy::GetInstance().VendorSecureElementCaUninit(); in openBasicChannel()
224 SecureElementCaProxy::GetInstance().VendorSecureElementCaUninit(); in closeChannel()
/ohos5.0/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp39 int SecureElementCaProxy::VendorSecureElementCaUninit() const in VendorSecureElementCaUninit() function in OHOS::HDI::SecureElement::SecureElementCaProxy
45 return p->VendorSecureElementCaUninit(); in VendorSecureElementCaUninit()
H A Dmock.h43 MOCK_METHOD(int, VendorSecureElementCaUninit, (), ());
/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp107 int SecureElementCaProxy::VendorSecureElementCaUninit() const in VendorSecureElementCaUninit() function in OHOS::HDI::SecureElement::SecureElementCaProxy
H A Dsecure_element_ca_proxy.h51 int VendorSecureElementCaUninit() const;
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp126 EXPECT_CALL(mockTee_, VendorSecureElementCaUninit())