Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h331 class KeepScreenOnStateCommand : public CommandLine { class
333 KeepScreenOnStateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
334 ~KeepScreenOnStateCommand() override {}
H A DCommandLineFactory.cpp56 typeMap["KeepScreenOnState"] = &CommandLineFactory::CreateObject<KeepScreenOnStateCommand>; in InitCommandMap()
H A DCommandLine.cpp896 KeepScreenOnStateCommand::KeepScreenOnStateCommand(CommandType commandType, in KeepScreenOnStateCommand() function in KeepScreenOnStateCommand
903 void KeepScreenOnStateCommand::RunGet() in RunGet()
911 void KeepScreenOnStateCommand::RunSet() in RunSet()
919 bool KeepScreenOnStateCommand::IsSetArgValid() const in IsSetArgValid()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp943 KeepScreenOnStateCommand command0(type, args0, *socket); in TEST_F()
950 KeepScreenOnStateCommand command1(type, args1, *socket); in TEST_F()
961 KeepScreenOnStateCommand command1(type, args1, *socket); in TEST_F()
971 KeepScreenOnStateCommand command2(type, args2, *socket); in TEST_F()

Completed in 8 milliseconds