Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h353 class BrightnessModeCommand : public CommandLine { class
355 BrightnessModeCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
356 ~BrightnessModeCommand() override {}
H A DCommandLineFactory.cpp58 typeMap["BrightnessMode"] = &CommandLineFactory::CreateObject<BrightnessModeCommand>; in InitCommandMap()
H A DCommandLine.cpp965 BrightnessModeCommand::BrightnessModeCommand(CommandType commandType, const Json2::Value& arg, in BrightnessModeCommand() function in BrightnessModeCommand
970 void BrightnessModeCommand::RunGet() in RunGet()
978 void BrightnessModeCommand::RunSet() in RunSet()
986 bool BrightnessModeCommand::IsSetArgValid() const in IsSetArgValid()
998 ELOG("BrightnessModeCommand invalid value: %d", temp); in IsSetArgValid()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1021 BrightnessModeCommand command0(type, args0, *socket); in TEST_F()
1028 BrightnessModeCommand command1(type, args1, *socket); in TEST_F()
1035 BrightnessModeCommand command2(type, args2, *socket); in TEST_F()
1042 BrightnessModeCommand command3(type, args3, *socket); in TEST_F()
1053 BrightnessModeCommand command1(type, args1, *socket); in TEST_F()
1063 BrightnessModeCommand command2(type, args2, *socket); in TEST_F()

Completed in 8 milliseconds