Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/
H A Ddebugger_cint_client_test.cpp26 static int g_port = 9003; // 9003: socket port member
44 g_port += 1;
47 TestUtil::ForkSocketClient(g_port, GetParam());
48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port};
H A Ddebugger_client_test.cpp26 static int g_port = 9002; // 9002: socket port member
44 g_port -= 1;
47 TestUtil::ForkSocketClient(g_port, GetParam());
48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port};

Completed in 1 milliseconds