Home
last modified time | relevance | path

Searched refs:VendorSecureElementCaOnStartT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.h102 using VendorSecureElementCaOnStartT = int (*)(void); variable
116 VendorSecureElementCaOnStartT vendorSecureElementCaOnStartFunc_{nullptr};
H A Dsecure_element_ca_proxy.cpp77 …vendorSecureElementCaOnStartFunc_ = loader_->FindTheFunc<VendorSecureElementCaOnStartT>(CA_ON_STAR… in InitFunc()