Searched refs:LIB_NAME (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/secure_element/secure_element_ca_proxy/ | ||
H A D | secure_element_ca_proxy.h | 103 const char *const LIB_NAME = "libsecure_element_ca.z.so"; member in OHOS::HDI::SecureElement::SecureElementCaProxy |
H A D | secure_element_ca_proxy.cpp | 72 loader_ = std::make_unique<DynamicLoad>(LIB_NAME); in InitFunc() |
/drivers/peripheral/secure_element/vendor_sim_adaptor/ | ||
H A D | se_vendor_adaptions.h | 113 const char *const LIB_NAME = "libsim_secure_element.z.so";
member in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions |
H A D | se_vendor_adaptions.cpp | 97 loader_ = std::make_unique<DynamicLoad>(LIB_NAME);
in InitFunc() 98 HDF_LOGE("SimSeVendorAdaptions::InitFunc enter %{public}s!", LIB_NAME); in InitFunc() |
Completed in 2 milliseconds