Searched refs:OrientationCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 209 class OrientationCommand : public CommandLine { class 211 OrientationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 212 ~OrientationCommand() override {}
|
| H A D | CommandLineFactory.cpp | 37 typeMap["Orientation"] = &CommandLineFactory::CreateObject<OrientationCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 495 OrientationCommand::OrientationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in OrientationCommand() function in OrientationCommand 500 bool OrientationCommand::IsSetArgValid() const in IsSetArgValid() 513 void OrientationCommand::RunSet() in RunSet()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 107 OrientationCommand command1(type, args1, *socket); in TEST_F() 113 OrientationCommand command2(type, args2, *socket); in TEST_F() 119 OrientationCommand command3(type, args3, *socket); in TEST_F() 125 OrientationCommand command4(type, args4, *socket); in TEST_F() 132 OrientationCommand command5(type, args4, *socket); in TEST_F()
|
Completed in 8 milliseconds