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:WAIT_DEF_VALUE
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/dcts/communication/softbus_standard/common/
H
A
D
socket_common.c
19
static int32_t g_waitFlag =
WAIT_DEF_VALUE
;
20
static int32_t g_waitFlag4Shutdown =
WAIT_DEF_VALUE
;
21
static int32_t g_waitFlag4Byte =
WAIT_DEF_VALUE
;
22
static int32_t g_waitFlag4Message =
WAIT_DEF_VALUE
;
23
static int32_t g_waitFlagStream =
WAIT_DEF_VALUE
;
24
static int32_t g_waitFlag4File =
WAIT_DEF_VALUE
;
349
if (g_waitFlag4Byte !=
WAIT_DEF_VALUE
) {
in Wait4Socket()
355
if (g_waitFlag4Message !=
WAIT_DEF_VALUE
) {
in Wait4Socket()
361
if (g_waitFlag4File !=
WAIT_DEF_VALUE
) {
in Wait4Socket()
367
if (g_waitFlagStream !=
WAIT_DEF_VALUE
) {
in Wait4Socket()
[all...]
H
A
D
net_trans_common.c
22
static int32_t g_waitFlag =
WAIT_DEF_VALUE
;
23
static int32_t g_waitFlag4Data =
WAIT_DEF_VALUE
;
24
static int32_t g_waitFlag4Ctl =
WAIT_DEF_VALUE
;
25
static int32_t g_waitFlag4CtlClose =
WAIT_DEF_VALUE
;
26
static int32_t g_waitFlag4Proxy =
WAIT_DEF_VALUE
;
27
static int32_t g_waitFlag4Stream =
WAIT_DEF_VALUE
;
28
static int32_t g_waitFlag4DataClose =
WAIT_DEF_VALUE
;
84
if (g_waitFlag !=
WAIT_DEF_VALUE
) {
in Wait()
106
if (g_waitFlag4Ctl !=
WAIT_DEF_VALUE
) {
in Wait4Session()
112
if (g_waitFlag4Data !=
WAIT_DEF_VALUE
) {
in Wait4Session()
[all...]
H
A
D
socket_common.h
79
#define
WAIT_DEF_VALUE
(-1)
macro
H
A
D
net_trans_common.h
87
#define
WAIT_DEF_VALUE
(-1)
macro
/test/xts/dcts/communication/softbus_standard/transmission/sendfile/
H
A
D
trans_file_func_test.cpp
22
static int g_waitFlag =
WAIT_DEF_VALUE
;
144
if (g_waitFlag !=
WAIT_DEF_VALUE
) {
in WaitFile()
171
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
211
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
251
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
285
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
323
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
359
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
399
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
453
g_waitFlag =
WAIT_DEF_VALUE
;
in HWTEST_F()
[all...]
/test/xts/dcts/communication/softbus_standard/transmission/sessionmgt/
H
A
D
trans_session_func_test.cpp
22
static int g_waitFlag =
WAIT_DEF_VALUE
;
Completed in 6 milliseconds