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:FLAG_REPLY
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H
A
D
trans_tcp_direct_manager.h
37
#define
FLAG_REPLY
1
macro
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H
A
D
trans_tcp_direct_message_static_test.cpp
253
uint32_t flagReply =
FLAG_REPLY
;
in HWTEST_F()
277
uint32_t flags =
FLAG_REPLY
;
in HWTEST_F()
H
A
D
trans_tcp_direct_p2p_test.cpp
370
data->flag =
FLAG_REPLY
;
in HWTEST_F()
H
A
D
trans_tcp_direct_message_append_test.cpp
1552
uint32_t flags =
FLAG_REPLY
;
in HWTEST_F()
1807
uint32_t flags =
FLAG_REPLY
;
in HWTEST_F()
H
A
D
trans_tcp_direct_p2p_mock_test.cpp
686
data->flag =
FLAG_REPLY
;
in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H
A
D
trans_udp_negotiation.c
50
#define
FLAG_REPLY
1
macro
419
.flag =
FLAG_REPLY
,
in SendUdpInfo()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H
A
D
trans_tcp_direct_message.c
673
.flags = (
FLAG_REPLY
| flags),
in TransTdcPostReplyMsg()
993
if (flags &
FLAG_REPLY
) {
in ProcessMessage()
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_manager.c
49
#define
FLAG_REPLY
1
macro
1239
if (PostDeviceMessage(auth,
FLAG_REPLY
, connInfo->type, messageParse) == SOFTBUS_OK) {
in FlushDeviceProcess()
Completed in 15 milliseconds