Home
last modified time | relevance | path

Searched refs:TEST_PORT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_mock_test.cpp31 #define TEST_PORT 43526 macro
119 testConn->appInfo.peerData.port = TEST_PORT; in TestSetSessionConn()
175 int32_t port = TEST_PORT;
198 int32_t port = TEST_PORT;
214 int32_t port = TEST_PORT;
236 int32_t port = TEST_PORT;
282 int32_t port = TEST_PORT;
401 int32_t port = TEST_PORT;
437 int32_t port = TEST_PORT;
516 int32_t port = TEST_PORT;
[all …]
H A Dtrans_tcp_direct_message_append_test.cpp48 #define TEST_PORT 43526 macro
123 conn->appInfo.peerData.port = TEST_PORT; in TestSetSessionConn()
161 appInfo->peerData.port = TEST_PORT; in TestSetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp30 const int TEST_PORT = 8888; variable
41 .sinPort = SoftBusHtoNs(TEST_PORT),
104 EXPECT_EQ(port, TEST_PORT); in SocketServiceStart()
655 EXPECT_EQ(TEST_PORT, port);
1023 .sinPort = SoftBusHtoNs(TEST_PORT),
1137 addrIn6.sin6Port = SoftBusHtoNs(TEST_PORT);
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp39 constexpr int32_t TEST_PORT = 8888; variable
361 testProxy.port = TEST_PORT; in HttpClientTaskSetOtherCurlOptionFuzzTest()