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:g_libHandle
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/usb/ddk_service/src/
H
A
D
usb_ddk_permission.cpp
32
static void *
g_libHandle
= nullptr;
member
43
g_libHandle
= dlopen("libusb_ddk_dynamic_library_wrapper.z.so", RTLD_LAZY);
in InitVerifyAccessToken()
44
if (
g_libHandle
== nullptr) {
in InitVerifyAccessToken()
49
void *funcPtr = dlsym(
g_libHandle
, "VerifyAccessToken");
in InitVerifyAccessToken()
52
dlclose(
g_libHandle
);
in InitVerifyAccessToken()
53
g_libHandle
= nullptr;
in InitVerifyAccessToken()
64
if (
g_libHandle
!= nullptr) {
in Reset()
65
dlclose(
g_libHandle
);
in Reset()
66
g_libHandle
= nullptr;
in Reset()
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_function.cpp
57
static void *
g_libHandle
= nullptr;
member
66
g_libHandle
= dlopen("libusbfn_mtp_interface_service_1.0.z.so", RTLD_LAZY);
in InitGetMtpImpl()
67
if (
g_libHandle
== nullptr) {
in InitGetMtpImpl()
72
void *funcPtr = dlsym(
g_libHandle
, "UsbfnMtpInterfaceImplGetInstance");
in InitGetMtpImpl()
75
dlclose(
g_libHandle
);
in InitGetMtpImpl()
76
g_libHandle
= nullptr;
in InitGetMtpImpl()
86
if (
g_libHandle
!= nullptr) {
in ReleaseGetMtpImpl()
87
dlclose(
g_libHandle
);
in ReleaseGetMtpImpl()
88
g_libHandle
= nullptr;
in ReleaseGetMtpImpl()
Completed in 2 milliseconds