Home
last modified time | relevance | path

Searched refs:DynamicLoad (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp95 SecureElementCaProxy::DynamicLoad::DynamicLoad(const std::string &lib) {} in DynamicLoad() function in OHOS::HDI::SecureElement::SecureElementCaProxy::DynamicLoad
97 SecureElementCaProxy::DynamicLoad::~DynamicLoad() {} in ~DynamicLoad()
99 bool SecureElementCaProxy::DynamicLoad::LoadLib() in LoadLib()
104 bool SecureElementCaProxy::DynamicLoad::CloseLib() in CloseLib()
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.h60 class DynamicLoad { class in OHOS::HDI::SecureElement::SecureElementCaProxy
62 explicit DynamicLoad(const std::string &lib);
64 ~DynamicLoad();
66 DynamicLoad(const DynamicLoad &) = delete;
67 DynamicLoad &operator=(DynamicLoad &) = delete;
124 static inline std::unique_ptr<DynamicLoad> loader_;
H A Dsecure_element_ca_proxy.cpp34 SecureElementCaProxy::DynamicLoad::DynamicLoad(const std::string &lib) : libPath_(lib) {} in DynamicLoad() function in OHOS::HDI::SecureElement::SecureElementCaProxy::DynamicLoad
36 SecureElementCaProxy::DynamicLoad::~DynamicLoad() in ~DynamicLoad()
41 bool SecureElementCaProxy::DynamicLoad::LoadLib() in LoadLib()
55 bool SecureElementCaProxy::DynamicLoad::CloseLib() in CloseLib()
72 loader_ = std::make_unique<DynamicLoad>(LIB_NAME); in InitFunc()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.h74 class DynamicLoad { class in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions
76 explicit DynamicLoad(const std::string &lib);
77 ~DynamicLoad();
78 DynamicLoad(const DynamicLoad &) = delete;
79 DynamicLoad &operator=(DynamicLoad &) = delete;
132 static inline std::unique_ptr<DynamicLoad> loader_;
H A Dse_vendor_adaptions.cpp58 SimSeVendorAdaptions::DynamicLoad::DynamicLoad(const std::string &lib) : libPath_(lib) {} in DynamicLoad() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions::DynamicLoad
60 SimSeVendorAdaptions::DynamicLoad::~DynamicLoad() in ~DynamicLoad()
65 bool SimSeVendorAdaptions::DynamicLoad::LoadLib() in LoadLib()
79 bool SimSeVendorAdaptions::DynamicLoad::CloseLib() in CloseLib()
97 loader_ = std::make_unique<DynamicLoad>(LIB_NAME); in InitFunc()

Completed in 2 milliseconds