Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLineInterface.h53 static bool isPipeConnected; member in CommandLineInterface
H A DCommandLineInterface.cpp31 bool CommandLineInterface::isPipeConnected = false; member in CommandLineInterface
51 isPipeConnected = true; in InitPipe()
99 if (isPipeConnected && VirtualScreen::isWebSocketListening && isFirstWsSend) { in ProcessCommand()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp139 EXPECT_TRUE(CommandLineInterface::isPipeConnected); in TEST()
157 CommandLineInterface::GetInstance().isPipeConnected = true; in TEST()
229 EXPECT_TRUE(CommandLineInterface::isPipeConnected); in TEST()

Completed in 2 milliseconds