Home
last modified time | relevance | path

Searched refs:ColorModeCommand (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h219 class ColorModeCommand : public CommandLine { class
221 ColorModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
222 ~ColorModeCommand() override {}
H A DCommandLineFactory.cpp36 typeMap["ColorMode"] = &CommandLineFactory::CreateObject<ColorModeCommand>; in InitCommandMap()
H A DCommandLine.cpp524 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 DCommandLineTest.cpp314 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