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:TEST_PORT
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H
A
D
trans_tcp_direct_p2p_mock_test.cpp
31
#define
TEST_PORT
43526
macro
120
testConn->appInfo.peerData.port =
TEST_PORT
;
in TestSetSessionConn()
155
if (!AddNumberToJsonObject(json, P2P_PORT,
TEST_PORT
)) {
in TestTransCreateJson()
176
int32_t port =
TEST_PORT
;
in HWTEST_F()
199
int32_t port =
TEST_PORT
;
in HWTEST_F()
215
int32_t port =
TEST_PORT
;
in HWTEST_F()
237
int32_t port =
TEST_PORT
;
in HWTEST_F()
258
int32_t port =
TEST_PORT
;
in HWTEST_F()
307
int32_t port =
TEST_PORT
;
in HWTEST_F()
426
int32_t port =
TEST_PORT
;
in HWTEST_F()
[all...]
H
A
D
trans_tcp_direct_message_append_test.cpp
48
#define
TEST_PORT
43526
macro
123
conn->appInfo.peerData.port =
TEST_PORT
;
in TestSetSessionConn()
161
appInfo->peerData.port =
TEST_PORT
;
in TestSetAppInfo()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/disc_mgr/
H
A
D
lnn_discovery_interface_test.cpp
31
const uint16_t
TEST_PORT
= 1234;
member
424
devInfo.addr[0].info.ip.port =
TEST_PORT
;
in HWTEST_F()
/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H
A
D
http_fuzzer.cpp
39
constexpr int32_t
TEST_PORT
= 8888;
member
361
testProxy.port =
TEST_PORT
;
in HttpClientTaskSetOtherCurlOptionFuzzTest()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H
A
D
softbus_socket_test.cpp
30
const int32_t
TEST_PORT
= 8888;
member
41
.sinPort = SoftBusHtoNs(
TEST_PORT
),
104
EXPECT_EQ(port,
TEST_PORT
);
in SocketServiceStart()
655
EXPECT_EQ(
TEST_PORT
, port);
in HWTEST_F()
1023
.sinPort = SoftBusHtoNs(
TEST_PORT
),
in HWTEST_F()
1137
addrIn6.sin6Port = SoftBusHtoNs(
TEST_PORT
);
Completed in 9 milliseconds