Home
last modified time | relevance | path

Searched refs:BrightnessCommand (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp59 typeMap["Brightness"] = &CommandLineFactory::CreateObject<BrightnessCommand>; in InitCommandMap()
DCommandLine.h375 class BrightnessCommand : public CommandLine {
377 BrightnessCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
378 ~BrightnessCommand() override {} in ~BrightnessCommand()
DCommandLine.cpp1026 BrightnessCommand::BrightnessCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in BrightnessCommand() function in BrightnessCommand
1031 void BrightnessCommand::RunGet() in RunGet()
1039 void BrightnessCommand::RunSet() in RunSet()
1048 bool BrightnessCommand::IsSetArgValid() const in IsSetArgValid()