Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h209 class OrientationCommand : public CommandLine { class
211 OrientationCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
212 ~OrientationCommand() override {}
H A DCommandLineFactory.cpp37 typeMap["Orientation"] = &CommandLineFactory::CreateObject<OrientationCommand>; in InitCommandMap()
H A DCommandLine.cpp495 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 DCommandLineTest.cpp107 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