Searched refs:TouchPressCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 107 class TouchPressCommand : public CommandLine, public TouchAndMouseCommand { class 109 TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 110 ~TouchPressCommand() override {}
|
| H A D | CommandLineFactory.cpp | 66 typeMap["MousePress"] = &CommandLineFactory::CreateObject<TouchPressCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 190 bool TouchPressCommand::IsActionArgValid() const in IsActionArgValid() 209 TouchPressCommand::TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchPressCommand() function in TouchPressCommand 214 void TouchPressCommand::RunAction() in RunAction()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 1358 TouchPressCommand command1(type, args1, *socket); in TEST_F() 1369 TouchPressCommand command1(type, args1, *socket); in TEST_F() 1376 TouchPressCommand command2(type, args2, *socket); in TEST_F() 1383 TouchPressCommand command3(type, args3, *socket); in TEST_F() 1390 TouchPressCommand command4(type, args4, *socket); in TEST_F() 1401 TouchPressCommand command1(type, args1, *socket); in TEST_F() 1406 TouchPressCommand command2(type, args1, *socket); in TEST_F()
|
Completed in 8 milliseconds