Searched refs:BrightnessCommand (Results 1 – 3 of 3) sorted by relevance
59 typeMap["Brightness"] = &CommandLineFactory::CreateObject<BrightnessCommand>; in InitCommandMap()
375 class BrightnessCommand : public CommandLine {377 BrightnessCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);378 ~BrightnessCommand() override {} in ~BrightnessCommand()
1026 BrightnessCommand::BrightnessCommand(CommandType commandType, const Json::Value& arg, const LocalSo… in BrightnessCommand() function in BrightnessCommand1031 void BrightnessCommand::RunGet() in RunGet()1039 void BrightnessCommand::RunSet() in RunSet()1048 bool BrightnessCommand::IsSetArgValid() const in IsSetArgValid()