Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h375 class BrightnessCommand : public CommandLine { class
377 BrightnessCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
378 ~BrightnessCommand() override {}
H A DCommandLineFactory.cpp60 typeMap["Brightness"] = &CommandLineFactory::CreateObject<BrightnessCommand>; in InitCommandMap()
H A DCommandLine.cpp1043 BrightnessCommand::BrightnessCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in BrightnessCommand() function in BrightnessCommand
1048 void BrightnessCommand::RunGet() in RunGet()
1056 void BrightnessCommand::RunSet() in RunSet()
1065 bool BrightnessCommand::IsSetArgValid() const in IsSetArgValid()
1077 ELOG("BrightnessCommand invalid value: ", temp); in IsSetArgValid()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1127 BrightnessCommand command0(type, args0, *socket); in TEST_F()
1134 BrightnessCommand command1(type, args1, *socket); in TEST_F()
1141 BrightnessCommand command2(type, args2, *socket); in TEST_F()
1148 BrightnessCommand command3(type, args3, *socket); in TEST_F()
1159 BrightnessCommand command1(type, args1, *socket); in TEST_F()
1169 BrightnessCommand command2(type, args2, *socket); in TEST_F()

Completed in 8 milliseconds