Home
last modified time | relevance | path

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

/drivers/peripheral/secure_element/hdi_service/
Dse_impl.cpp47 int32_t SeImpl::isSecureElementPresent(bool& present) in isSecureElementPresent() function in OHOS::HDI::SecureElement::SeImpl
49 return adaptor_.isSecureElementPresent(present); in isSecureElementPresent()
Dse_impl.h36 int32_t isSecureElementPresent(bool& present) override;
/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.h33 int32_t isSecureElementPresent(bool& present) override;
Disecure_element_vendor.h35 virtual int32_t isSecureElementPresent(bool& present) = 0;
Dse_vendor_adaptions.cpp72 int32_t SeVendorAdaptions::isSecureElementPresent(bool& present) in isSecureElementPresent() function in OHOS::HDI::SecureElement::SeVendorAdaptions
/drivers/interface/secure_element/v1_0/
DISecureElementInterface.idl53 isSecureElementPresent([out] boolean present);