Home
last modified time | relevance | path

Searched refs:FindTheFunc (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp77 vendorSecureElementCaOnStartFunc_ = loader_->FindTheFunc<VendorSecureElementCaOnStartT>(CA_ON_START_SYMBOL); in InitFunc()
78 vendorSecureElementCaInitFunc_ = loader_->FindTheFunc<VendorSecureElementCaInitT>(CA_INIT_SYMBOL); in InitFunc()
79 vendorSecureElementCaUninitFunc_ = loader_->FindTheFunc<VendorSecureElementCaUninitT>(CA_UNINIT_SYMBOL); in InitFunc()
80 vendorSecureElementCaGetAtrFunc_ = loader_->FindTheFunc<VendorSecureElementCaGetAtrT>(CA_GET_ATR_SYMBOL); in InitFunc()
82 loader_->FindTheFunc<VendorSecureElementCaOpenLogicalChannelT>(CA_OPEN_LOGICAL_SYMBOL); in InitFunc()
84 loader_->FindTheFunc<VendorSecureElementCaOpenBasicChannelT>(CA_OPEN_BASIC_SYMBOL); in InitFunc()
86 loader_->FindTheFunc<VendorSecureElementCaCloseChannelT>(CA_CLOSE_SYMBOL); in InitFunc()
87 vendorSecureElementCaTransmitFunc_ = loader_->FindTheFunc<VendorSecureElementCaTransmitT>(CA_TRANS_SYMBOL); in InitFunc()
H A Dsecure_element_ca_proxy.h74 T FindTheFunc(const std::string &func) in FindTheFunc() function in OHOS::HDI::SecureElement::SecureElementCaProxy::DynamicLoad
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp103 vendorSimSecureElementInitFunc_ = loader_->FindTheFunc<VendorSimSecureElementInitT>(SIM_INIT_SYMBOL); in InitFunc()
104 vendorSimSecureElementUninitFunc_ = loader_->FindTheFunc<VendorSimSecureElementUninitT>(SIM_UNINIT_SYMBOL); in InitFunc()
105 vendorSimSecureElementIsCardPresentFunc_ = loader_->FindTheFunc<VendorSimSecureElementIsCardPresentT>( in InitFunc()
107 vendorSimSecureElementGetAtrFunc_ = loader_->FindTheFunc<VendorSimSecureElementGetAtrT>(SIM_GET_ATR_SYMBOL); in InitFunc()
109 loader_->FindTheFunc<VendorSimSecureElementOpenLogicalChannelT>(SIM_OPEN_LOGICAL_SYMBOL); in InitFunc()
111 loader_->FindTheFunc<VendorSimSecureElementOpenBasicChannelT>(SIM_OPEN_BASIC_SYMBOL); in InitFunc()
113 loader_->FindTheFunc<VendorSimSecureElementCloseChannelT>(SIM_CLOSE_SYMBOL); in InitFunc()
114 vendorSimSecureElementTransmitFunc_ = loader_->FindTheFunc<VendorSimSecureElementTransmitT>(SIM_TRANS_SYMBOL); in InitFunc()
H A Dse_vendor_adaptions.h83 T FindTheFunc(const std::string &func) in FindTheFunc() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions::DynamicLoad

Completed in 3 milliseconds