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:loader_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H
A
D
secure_element_ca_proxy.cpp
71
if (!
loader_
) {
in InitFunc()
72
loader_
= std::make_unique<DynamicLoad>(LIB_NAME);
in InitFunc()
73
if (!
loader_
->LoadLib()) {
in InitFunc()
77
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_
in InitFunc()
[all...]
H
A
D
secure_element_ca_proxy.h
124
static inline std::unique_ptr<DynamicLoad>
loader_
;
member in OHOS::HDI::SecureElement::SecureElementCaProxy
/drivers/peripheral/display/hal/default_standard/src/utils/
H
A
D
display_adapter.cpp
41
loader_
= DisplayModuleLoader::Create(LIB_NAME_ADAPTER);
in Init()
42
if (
loader_
== nullptr) {
in Init()
46
initFunc_ = reinterpret_cast<AdapterInitFunc>(
loader_
->GetSymbol(INIT_FUNCTION_NAME));
in Init()
51
deInitFunc_ = reinterpret_cast<AdapterDeInitFunc>(
loader_
->GetSymbol(DEINIT_FUNCTION_NAME));
in Init()
H
A
D
display_adapter.h
47
std::unique_ptr<DisplayModuleLoader>
loader_
;
member in OHOS::HDI::DISPLAY::DisplayAdapter
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H
A
D
se_vendor_adaptions.cpp
96
if (!
loader_
) {
in InitFunc()
97
loader_
= std::make_unique<DynamicLoad>(LIB_NAME);
in InitFunc()
99
if (!
loader_
->LoadLib()) {
in InitFunc()
103
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_
in InitFunc()
[all...]
H
A
D
se_vendor_adaptions.h
132
static inline std::unique_ptr<DynamicLoad>
loader_
;
member in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions
Completed in 3 milliseconds