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:TASK_CONNECT
(Results
1 - 10
of
10
) sorted by relevance
/base/startup/init/test/unittest/loopevent/
H
A
D
loopevent_unittest.cpp
108
streamInfo.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
| TASK_TEST;
128
streamInfo.baseInfo.flags = TASK_STREAM | TASK_TCP |
TASK_CONNECT
;
221
info.baseInfo.flags = TASK_PIPE |
TASK_CONNECT
| TASK_TEST;
H
A
D
loopserver_unittest.cpp
146
info.baseInfo.flags = TASK_STREAM | TASK_TCP |
TASK_CONNECT
;
in TestTcpIncomingConnect()
163
info.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
;
in TestPipIncomingConnect()
285
info.baseInfo.flags = TASK_STREAM | flags |
TASK_CONNECT
;
in CreateConnect()
/base/startup/init/services/loopevent/task/
H
A
D
le_task.c
60
if (CheckTaskFlags(task, TASK_STREAM |
TASK_CONNECT
) ||
in CloseTask()
137
if (CheckTaskFlags((BaseTask *)task, TASK_STREAM |
TASK_CONNECT
) ||
in FreeBuffer()
181
if (CheckTaskFlags((BaseTask *)taskHandle, TASK_STREAM |
TASK_CONNECT
)) {
in LE_Send()
/base/startup/init/interfaces/innerkits/control_fd/
H
A
D
control_fd_service.c
122
info.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
;
in CmdOnIncommingConnect()
124
info.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
| TASK_TEST;
in CmdOnIncommingConnect()
H
A
D
control_fd_client.c
113
info.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
;
in CmdAgentCreate()
/base/startup/init/services/loopevent/socket/
H
A
D
le_socket.c
197
} else if (LE_TEST_FLAGS(flags,
TASK_CONNECT
)) {
in CreateSocket()
204
} else if (LE_TEST_FLAGS(flags,
TASK_CONNECT
)) {
in CreateSocket()
/base/startup/init/services/param/linux/
H
A
D
param_msgadp.c
67
info.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
;
in ParamStreamCreate()
/base/startup/init/interfaces/innerkits/include/
H
A
D
loop_event.h
96
#define
TASK_CONNECT
(0x02 << 16)
macro
/base/startup/appspawn/test/unittest/
H
A
D
app_spawn_test_helper.cpp
289
info.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
;
in OnConnection()
/base/startup/appspawn/standard/
H
A
D
appspawn_service.c
373
info.baseInfo.flags = TASK_STREAM | TASK_PIPE |
TASK_CONNECT
;
in OnConnection()
Completed in 9 milliseconds