Home
last modified time | relevance | path

Searched refs:isFirstWsSend (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLineInterface.h52 static bool isFirstWsSend; member in CommandLineInterface
H A DCommandLineInterface.cpp30 bool CommandLineInterface::isFirstWsSend = true; member in CommandLineInterface
99 if (isPipeConnected && VirtualScreen::isWebSocketListening && isFirstWsSend) { in ProcessCommand()
100 isFirstWsSend = false; in ProcessCommand()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp155 // isFirstWsSend in TEST()
159 CommandLineInterface::GetInstance().isFirstWsSend = true; in TEST()
161 EXPECT_FALSE(CommandLineInterface::GetInstance().isFirstWsSend); in TEST()

Completed in 2 milliseconds