Searched refs:ResolutionSwitchCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 198 class ResolutionSwitchCommand : public CommandLine { class 200 ResolutionSwitchCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 201 ~ResolutionSwitchCommand() override {}
|
| H A D | CommandLineFactory.cpp | 38 typeMap["ResolutionSwitch"] = &CommandLineFactory::CreateObject<ResolutionSwitchCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 427 ResolutionSwitchCommand::ResolutionSwitchCommand(CommandType commandType, in ResolutionSwitchCommand() function in ResolutionSwitchCommand 434 bool ResolutionSwitchCommand::IsSetArgValid() const in IsSetArgValid() 462 bool ResolutionSwitchCommand::IsIntValValid() const in IsIntValValid() 478 void ResolutionSwitchCommand::RunSet() in RunSet()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 145 ResolutionSwitchCommand command1(type, args1, *socket); in TEST_F() 152 ResolutionSwitchCommand command3(type, args2, *socket); in TEST_F() 167 ResolutionSwitchCommand command3(type, args2, *socket); in TEST_F() 177 ResolutionSwitchCommand command1(type, args1, *socket); in TEST_F() 192 ResolutionSwitchCommand command3(type, args2, *socket); in TEST_F() 202 ResolutionSwitchCommand command1(type, args1, *socket); in TEST_F() 212 ResolutionSwitchCommand command4(type, args4, *socket); in TEST_F() 222 ResolutionSwitchCommand command5(type, args5, *socket); in TEST_F() 237 ResolutionSwitchCommand command3(type, args2, *socket); in TEST_F() 276 ResolutionSwitchCommand command in TEST_F() [all...] |
Completed in 6 milliseconds