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:handle_
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
native_buffer.cpp
26
NativeBuffer::NativeBuffer() :
handle_
(nullptr), isOwner_(true), bufferDestructor_(nullptr) {}
in NativeBuffer()
35
handle_
= CloneNativeBufferHandle(handle);
in NativeBuffer()
40
if (other.
handle_
== nullptr) {
in NativeBuffer()
43
handle_
= CloneNativeBufferHandle(other.
handle_
);
in NativeBuffer()
48
handle_
= other.
handle_
;
in NativeBuffer()
51
other.
handle_
= nullptr;
in NativeBuffer()
58
handle_
= CloneNativeBufferHandle(other.
handle_
);
in operator =()
[all...]
/drivers/peripheral/display/hal/default_standard/src/utils/
H
A
D
display_module_loader.h
39
explicit DisplayModuleLoader(void *handle) :
handle_
(handle) {}
in DisplayModuleLoader()
43
return dlsym(
handle_
, symbol.c_str());
in GetSymbol()
48
if (
handle_
!= nullptr) {
in ~DisplayModuleLoader()
49
dlclose(
handle_
);
in ~DisplayModuleLoader()
50
handle_
= nullptr;
in ~DisplayModuleLoader()
55
void *
handle_
;
member in OHOS::HDI::DISPLAY::DisplayModuleLoader
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H
A
D
secure_element_ca_proxy.cpp
43
if (libPath_.empty() ||
handle_
) {
in LoadLib()
46
handle_
= dlopen(libPath_.c_str(), RTLD_LAZY | RTLD_LOCAL);
in LoadLib()
47
if (!
handle_
) {
in LoadLib()
57
if (
handle_
) {
in CloseLib()
58
if (dlclose(
handle_
) != 0) {
in CloseLib()
59
handle_
= nullptr;
in CloseLib()
63
handle_
= nullptr;
in CloseLib()
H
A
D
secure_element_ca_proxy.h
76
if (!
handle_
) {
in FindTheFunc()
80
T newFunc = reinterpret_cast<T>(dlsym(
handle_
, func.c_str()));
in FindTheFunc()
90
void *
handle_
{nullptr};
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H
A
D
se_vendor_adaptions.cpp
67
if (libPath_.empty() ||
handle_
) {
in LoadLib()
70
handle_
= dlopen(libPath_.c_str(), RTLD_LAZY | RTLD_LOCAL);
in LoadLib()
71
if (!
handle_
) {
in LoadLib()
81
if (
handle_
) {
in CloseLib()
82
if (dlclose(
handle_
) != 0) {
in CloseLib()
83
handle_
= nullptr;
in CloseLib()
87
handle_
= nullptr;
in CloseLib()
H
A
D
se_vendor_adaptions.h
85
if (!
handle_
) {
in FindTheFunc()
89
T newFunc = reinterpret_cast<T>(dlsym(
handle_
, func.c_str()));
in FindTheFunc()
99
void *
handle_
{ nullptr };
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H
A
D
native_buffer.h
146
BufferHandle *
handle_
;
member in OHOS::HDI::Base::NativeBuffer
Completed in 4 milliseconds