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
defs:guard
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/scripts/
H
A
D
make_capi_header.py
204
guard
= file_name.replace('/', '_').replace('.', '_capi_').upper() + '_'
variable
H
A
D
make_ctocpp_header.py
109
guard
= def_name.upper() + '_CTOCPP_H_'
variable
H
A
D
make_cpptoc_header.py
63
guard
= def_name.upper() + '_CPPTOC_H_'
variable
/base/msdp/device_status/rust/frameworks/client/src/
H
A
D
frameworks.rs
218
let mut
guard
= self.0.lock().unwrap();
in alloc_socket_pair()
variables
226
let mut
guard
= self.0.lock().unwrap();
in start_drag()
variables
234
let mut
guard
= self.0.lock().unwrap();
in register_coordination_listener()
variables
242
let mut
guard
in unregister_coordination_listener()
variables
250
let mut
guard
= self.0.lock().unwrap();
enable_coordination()
variables
258
let mut
guard
= self.0.lock().unwrap();
disable_coordination()
variables
268
let mut
guard
= self.0.lock().unwrap();
start_coordination()
variables
276
let mut
guard
= self.0.lock().unwrap();
stop_coordination()
variables
284
let mut
guard
= self.0.lock().unwrap();
get_coordination_state()
variables
[all...]
/base/msdp/device_status/rust/modules/scheduler/test/src/
H
A
D
lib.rs
153
let mut
guard
= self.inner.lock().unwrap();
in dispatch()
variables
[all...]
/base/request/request/services/src/task/
H
A
D
request_task.rs
492
let mut
guard
= self.progress.lock().unwrap();
variables
H
A
D
download.rs
199
let mut
guard
= task.progress.lock().unwrap();
variables
229
let mut
guard
= task.progress.lock().unwrap();
variables
/base/useriam/fingerprint_auth/services/src/
H
A
D
fingerprint_auth_all_in_one_executor_hdi.cpp
420
MemoryGuard
guard
;
in OnSaCommands()
local
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H
A
D
scheduler.rs
275
let mut
guard
= self.handlers.lock().unwrap();
in add_epoll_handler()
variables
290
let mut
guard
= self.handlers.lock().unwrap();
in remove_epoll_handler()
variables
304
let mut
guard
= self.handlers.lock().unwrap();
in wake()
variables
321
let mut
guard
= self.handlers.lock().unwrap();
in dispatch_inner()
variables
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H
A
D
accesstoken_manager_stub.cpp
53
MemoryGuard
guard
;
in OnRemoteRequest()
local
Completed in 7 milliseconds