Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLineInterface.h55 bool IsStaticIgnoreCmd(const std::string cmd) const;
H A DCommandLineInterface.cpp131 if (CommandParser::GetInstance().IsStaticCard() && IsStaticIgnoreCmd(command)) { in ProcessCommandMessage()
269 bool CommandLineInterface::IsStaticIgnoreCmd(const std::string cmd) const in IsStaticIgnoreCmd() function in CommandLineInterface
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp236 EXPECT_FALSE(instance.IsStaticIgnoreCmd(msg)); in TEST()
238 EXPECT_TRUE(instance.IsStaticIgnoreCmd(msg1)); in TEST()

Completed in 3 milliseconds