Searched refs:KeepScreenOnStateCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 331 class KeepScreenOnStateCommand : public CommandLine { class 333 KeepScreenOnStateCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 334 ~KeepScreenOnStateCommand() override {}
|
| H A D | CommandLineFactory.cpp | 56 typeMap["KeepScreenOnState"] = &CommandLineFactory::CreateObject<KeepScreenOnStateCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 896 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 D | CommandLineTest.cpp | 943 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