Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DynamicLoad
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/secure_element/test/unittest/mock/
H
A
D
mock.cpp
95
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
D
secure_element_ca_proxy.h
60
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
D
secure_element_ca_proxy.cpp
34
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
D
se_vendor_adaptions.h
74
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
D
se_vendor_adaptions.cpp
58
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