Home
last modified time | relevance | path

Searched refs:g_port (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp51 static int32_t g_port = 6000; member
197 int32_t ret = StartNewP2pListener(nullptr, &g_port); in HWTEST_F()
200 ret = StartNewP2pListener(g_ip, &g_port); in HWTEST_F()
261 int32_t ret = StartP2pListener(nullptr, &g_port, g_uuid); in HWTEST_F()
264 ret = StartP2pListener(g_ip, &g_port, g_uuid); in HWTEST_F()
267 ret = StartP2pListener(g_ip, &g_port, g_uuid); in HWTEST_F()
352 int32_t ret = ConnectTcpDirectPeer(g_addr, g_port, g_ip); in HWTEST_F()
514 int32_t ret = StartNewHmlListener(nullptr, &g_port, &moduleType); in HWTEST_F()
517 ret = StartNewHmlListener(g_ip, &g_port, &moduleType); in HWTEST_F()
529 int32_t ret = StartHmlListener(g_ip, &g_port, g_udi in HWTEST_F()
[all...]
H A Dtrans_core_tcp_direct_test.cpp318 char *ret = VerifyP2pPack(g_ip, g_port, NULL); in HWTEST_F()
321 ret = VerifyP2pPack(nullptr, g_port, NULL); in HWTEST_F()
339 char *pack = VerifyP2pPack(g_ip, g_port, NULL); in HWTEST_F()
345 ret = VerifyP2pUnPack(json, const_cast<char *>(g_ip), IP_LEN, &g_port); in HWTEST_F()
348 ret = VerifyP2pUnPack(NULL, const_cast<char *>(g_ip), IP_LEN, &g_port); in HWTEST_F()
403 info.socketOption.port = g_port; in HWTEST_F()
H A Dtrans_tcp_direct_test.h60 int32_t g_port = 6000; variable
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp34 static int32_t g_port = 6666; variable
67 g_port++; in TearDownTestCase()
93 .port = g_port,
386 .port = g_port, in HWTEST_F()
396 EXPECT_EQ(port, g_port); in HWTEST_F()
426 .port = g_port, in HWTEST_F()
498 .port = g_port, in HWTEST_F()
508 EXPECT_EQ(port, g_port); in HWTEST_F()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_titan.c214 port = &pachip->g_port; in titan_pci_tbi()
220 Note that gtlbi* and atlbi* are in the same place in the g_port in titan_pci_tbi()
221 and a_port, respectively, so the g_port offset can be used in titan_pci_tbi()
361 titan_init_one_pachip_port(&pachip0->g_port, 0); /* hose 0 */ in titan_init_pachips()
363 titan_init_one_pachip_port(&pachip1->g_port, 1);/* hose 1 */ in titan_init_pachips()
431 titan_kill_one_pachip_port(&pachip1->g_port, 1); in titan_kill_pachips()
434 titan_kill_one_pachip_port(&pachip0->g_port, 0);
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dcore_titan.c214 port = &pachip->g_port; in titan_pci_tbi()
220 Note that gtlbi* and atlbi* are in the same place in the g_port in titan_pci_tbi()
221 and a_port, respectively, so the g_port offset can be used in titan_pci_tbi()
361 titan_init_one_pachip_port(&pachip0->g_port, 0); /* hose 0 */ in titan_init_pachips()
363 titan_init_one_pachip_port(&pachip1->g_port, 1);/* hose 1 */ in titan_init_pachips()
431 titan_kill_one_pachip_port(&pachip1->g_port, 1); in titan_kill_pachips()
434 titan_kill_one_pachip_port(&pachip0->g_port, 0);
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dcore_titan.h123 titan_pachip_port g_port; member
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dcore_titan.h123 titan_pachip_port g_port; member

Completed in 8 milliseconds