Home
last modified time | relevance | path

Searched refs:GetScreenMode (Results 1 - 7 of 7) sorted by relevance

/ide/tools/previewer/util/
H A DCommandParser.h75 CommandParser::ScreenMode GetScreenMode() const;
H A DCommandParser.cpp236 CommandParser::ScreenMode CommandParser::GetScreenMode() const in GetScreenMode() function in CommandParser
/ide/tools/previewer/mock/
H A DVirtualScreen.cpp255 if (CommandParser::GetInstance().GetScreenMode() == CommandParser::ScreenMode::STATIC) { in JudgeStaticImage()
/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp161 if (CommandParser::GetInstance().GetScreenMode() == CommandParser::ScreenMode::STATIC in Send()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.cpp298 if (CommandParser::GetInstance().GetScreenMode() == CommandParser::ScreenMode::STATIC in Send()
/ide/tools/previewer/cli/
H A DCommandLine.cpp167 if (CommandParser::GetInstance().GetScreenMode() == CommandParser::ScreenMode::STATIC) { in SetEventParams()
245 if (CommandParser::GetInstance().GetScreenMode() == CommandParser::ScreenMode::STATIC) { in RunAction()
1363 if (CommandParser::GetInstance().GetScreenMode() == CommandParser::ScreenMode::STATIC) { in RunAction()
/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp1001 EXPECT_EQ(CommandParser::GetInstance().GetScreenMode(), CommandParser::ScreenMode::STATIC); in TEST_F()

Completed in 9 milliseconds