Home
last modified time | relevance | path

Searched refs:SET (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp104 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
142 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
163 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
188 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
233 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
255 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
273 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
282 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
292 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
301 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F()
[all...]
H A DCommandLineFactoryTest.cpp44 CommandLine::CommandType commandType = CommandLine::CommandType::SET; in TEST()
H A DCommandLineInterfaceTest.cpp219 EXPECT_EQ(instance.GetCommandType("set"), CommandLine::CommandType::SET); in TEST()
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp175 type = CommandLine::CommandType::SET; in GetCommandType()
221 CommandLineFactory::CreateCommandLine(key, CommandLine::CommandType::SET, val, *socket); in ApplyConfigMembers()
H A DCommandLine.h26 enum class CommandType { SET = 0, GET, ACTION, INVALID }; member in CommandLine::CommandType
H A DCommandLine.cpp90 if (type == CommandType::SET) { in IsArgValid()
132 } else if (type == CommandType::SET) { in Run()

Completed in 7 milliseconds