Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp72 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
83 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
93 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
502 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
529 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
541 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
552 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
580 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
611 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
645 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F()
[all...]
H A DCommandLineInterfaceTest.cpp221 EXPECT_EQ(instance.GetCommandType("action"), CommandLine::CommandType::ACTION); in TEST()
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp179 type = CommandLine::CommandType::ACTION; in GetCommandType()
H A DCommandLine.h26 enum class CommandType { SET = 0, GET, ACTION, INVALID }; member in CommandLine::CommandType
H A DCommandLine.cpp93 if (type == CommandType::ACTION) { in IsArgValid()
134 } else if (type == CommandType::ACTION) { in Run()

Completed in 9 milliseconds