Searched refs:ColorModeCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 219 class ColorModeCommand : public CommandLine { class 221 ColorModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 222 ~ColorModeCommand() override {}
|
| H A D | CommandLineFactory.cpp | 36 typeMap["ColorMode"] = &CommandLineFactory::CreateObject<ColorModeCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 524 ColorModeCommand::ColorModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in ColorModeCommand() function in ColorModeCommand 529 bool ColorModeCommand::IsSetArgValid() const in IsSetArgValid() 543 void ColorModeCommand::RunSet() in RunSet()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 314 ColorModeCommand command1(type, args1, *socket); in TEST_F() 1763 ColorModeCommand command(type, args, *socket); in TEST_F() 1773 ColorModeCommand command(type, args, *socket); in TEST_F() 1780 ColorModeCommand command1(type, args1, *socket); in TEST_F() 1787 ColorModeCommand command2(type, args2, *socket); in TEST_F() 1798 ColorModeCommand command2(type, args2, *socket); in TEST_F()
|
Completed in 8 milliseconds