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:FindTheFunc
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H
A
D
secure_element_ca_proxy.cpp
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_->
FindTheFunc
<VendorSecureElementCaCloseChannelT>(CA_CLOSE_SYMBOL);
in InitFunc()
87
vendorSecureElementCaTransmitFunc_ = loader_->
FindTheFunc
<VendorSecureElementCaTransmitT>(CA_TRANS_SYMBOL);
in InitFunc()
H
A
D
secure_element_ca_proxy.h
74
T
FindTheFunc
(const std::string &func)
in FindTheFunc()
function in OHOS::HDI::SecureElement::SecureElementCaProxy::DynamicLoad
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H
A
D
se_vendor_adaptions.cpp
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_->
FindTheFunc
<VendorSimSecureElementCloseChannelT>(SIM_CLOSE_SYMBOL);
in InitFunc()
114
vendorSimSecureElementTransmitFunc_ = loader_->
FindTheFunc
<VendorSimSecureElementTransmitT>(SIM_TRANS_SYMBOL);
in InitFunc()
H
A
D
se_vendor_adaptions.h
83
T
FindTheFunc
(const std::string &func)
in FindTheFunc()
function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions::DynamicLoad
Completed in 3 milliseconds