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:LE_ONLY_CHECK
(Results
1 - 5
of
5
) sorted by relevance
/base/startup/init/services/loopevent/utils/
H
A
D
le_utils.h
44
#define
LE_ONLY_CHECK
(ret, exper, ...) \
macro
/base/startup/init/services/loopevent/task/
H
A
D
le_watchtask.c
37
LE_ONLY_CHECK
(watcher != NULL, return 0);
in HandleWatcherEvent_()
H
A
D
le_streamtask.c
120
LE_ONLY_CHECK
(!(client->connected == 0 && client->connectComplete), client->connectComplete(handle));
in HandleClientEvent_()
190
LE_ONLY_CHECK
(server->incommingConnect != NULL, return LE_SUCCESS);
in HandleServerEvent_()
H
A
D
le_task.c
76
LE_ONLY_CHECK
(bufferSize < LOOP_MAX_BUFFER, return NULL);
in CreateBuffer()
/base/startup/init/services/loopevent/timer/
H
A
D
le_timer.c
150
LE_ONLY_CHECK
(loop->timerList.next != &(loop->timerList), return 0);
in GetMinTimeoutPeriod()
Completed in 3 milliseconds