Searched refs:g_cmd (Results 1 – 1 of 1) sorted by relevance
/base/startup/init/test/unittest/loopevent/ |
D | loopserver_unittest.cpp | 50 static int g_cmd = 2; variable 340 g_cmd = 2; // 2 only close client 344 SendMessage(g_loopClient_, pipe, FORMAT_STR.c_str(), g_cmd, "connect success"); 353 g_cmd = 2; // 2 only close client 357 SendMessage(g_loopClient_, tcp, FORMAT_STR.c_str(), g_cmd, "connect success"); 410 g_cmd = 5; // 5 close server 414 SendMessage(g_loopClient_, pip, FORMAT_STR.c_str(), g_cmd, "connect success");
|