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:CloseHandle
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_mutex.h
53
CloseHandle
(mutex_);
in ~GraphicMutex()
H
A
D
graphic_semaphore.h
70
CloseHandle
(sem_);
in ~GraphicSemaphore()
/foundation/multimedia/media_foundation/src/osal/utils/
H
A
D
util.cpp
32
CloseHandle
(timer);
in usleep()
/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
H
A
D
util.cpp
31
CloseHandle
(timer);
in usleep()
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
graphic_timer.cpp
100
CloseHandle
(timer_);
in ~GraphicTimer()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H
A
D
parse_util.h
50
void
CloseHandle
(SaProfile& saProfile);
/foundation/systemabilitymgr/samgr/services/common/src/
H
A
D
parse_util.cpp
102
void ParseUtil::
CloseHandle
(SaProfile& saProfile)
in CloseHandle()
function in OHOS::ParseUtil
117
CloseHandle
(saProfile);
in CloseSo()
125
CloseHandle
(saProfile);
in CloseSo()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
callbacks.c
804
#define FILLP_ADAPT_SYS_ARCH_SEM_DESTROY(sem)
CloseHandle
(*(sem))
1243
return
CloseHandle
(*sem);
in FillpAdaptSysArchSemClose()
/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H
A
D
parse_util_test.cpp
1201
* @tc.desc: test
CloseHandle
with nullptr
1208
parser_->
CloseHandle
(saProfile);
in HWTEST_F()
Completed in 8 milliseconds