Searched refs:FindTheFunc (Results 1 – 4 of 4) sorted by relevance
77 …vendorSecureElementCaOnStartFunc_ = loader_->FindTheFunc<VendorSecureElementCaOnStartT>(CA_ON_STAR… in InitFunc()78 … vendorSecureElementCaInitFunc_ = loader_->FindTheFunc<VendorSecureElementCaInitT>(CA_INIT_SYMBOL); in InitFunc()79 …vendorSecureElementCaUninitFunc_ = loader_->FindTheFunc<VendorSecureElementCaUninitT>(CA_UNINIT_SY… in InitFunc()80 …vendorSecureElementCaGetAtrFunc_ = loader_->FindTheFunc<VendorSecureElementCaGetAtrT>(CA_GET_ATR_S… 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… in InitFunc()
74 T FindTheFunc(const std::string &func) in FindTheFunc() function
102 …vendorSimSecureElementInitFunc_ = loader_->FindTheFunc<VendorSimSecureElementInitT>(SIM_INIT_SYMBO… in InitFunc()103 …vendorSimSecureElementUninitFunc_ = loader_->FindTheFunc<VendorSimSecureElementUninitT>(SIM_UNINIT… in InitFunc()104 …vendorSimSecureElementIsCardPresentFunc_ = loader_->FindTheFunc<VendorSimSecureElementIsCardPresen… in InitFunc()106 …vendorSimSecureElementGetAtrFunc_ = loader_->FindTheFunc<VendorSimSecureElementGetAtrT>(SIM_GET_AT… in InitFunc()108 loader_->FindTheFunc<VendorSimSecureElementOpenLogicalChannelT>(SIM_OPEN_LOGICAL_SYMBOL); in InitFunc()110 loader_->FindTheFunc<VendorSimSecureElementOpenBasicChannelT>(SIM_OPEN_BASIC_SYMBOL); in InitFunc()112 loader_->FindTheFunc<VendorSimSecureElementCloseChannelT>(SIM_CLOSE_SYMBOL); in InitFunc()113 …vendorSimSecureElementTransmitFunc_ = loader_->FindTheFunc<VendorSimSecureElementTransmitT>(SIM_TR… in InitFunc()
83 T FindTheFunc(const std::string &func) in FindTheFunc() function