Home
last modified time | relevance | path

Searched refs:isSecureElementPresent (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp53 int32_t SeImpl::isSecureElementPresent(bool& present) in isSecureElementPresent() function in OHOS::HDI::SecureElement::SeImpl
55 return adaptor_.isSecureElementPresent(present); in isSecureElementPresent()
H A Dse_impl.h36 int32_t isSecureElementPresent(bool& present) override;
/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp43 int32_t SecureElementInterfaceService::isSecureElementPresent(bool& present) in isSecureElementPresent() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementInterfaceService
45 return adaptor_.isSecureElementPresent(present); in isSecureElementPresent()
H A Dsecure_element_interface_service.h37 int32_t isSecureElementPresent(bool& present) override;
/drivers/peripheral/secure_element/vendor_adaptor/
H A Disecure_element_vendor.h35 virtual int32_t isSecureElementPresent(bool& present) = 0;
H A Dse_vendor_adaptions.h35 int32_t isSecureElementPresent(bool& present) override;
H A Dse_vendor_adaptions.cpp97 int32_t SeVendorAdaptions::isSecureElementPresent(bool& present) in isSecureElementPresent() function in OHOS::HDI::SecureElement::SeVendorAdaptions
/drivers/peripheral/secure_element/test/unittest/se_impl_test/
H A Dse_impl_test.cpp89 * @tc.desc: Test SeImplTest isSecureElementPresent.
96 int ret = seImpl->isSecureElementPresent(present); in HWTEST_F()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.h52 int32_t isSecureElementPresent(bool& present);
H A Dse_vendor_adaptions.cpp239 int32_t SimSeVendorAdaptions::isSecureElementPresent(bool& present) in isSecureElementPresent() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions

Completed in 4 milliseconds