Searched refs:TouchReleaseCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 127 class TouchReleaseCommand : public CommandLine, public TouchAndMouseCommand { class 129 TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 130 ~TouchReleaseCommand() override {}
|
| H A D | CommandLineFactory.cpp | 67 typeMap["MouseRelease"] = &CommandLineFactory::CreateObject<TouchReleaseCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 253 bool TouchReleaseCommand::IsActionArgValid() const in IsActionArgValid() 272 TouchReleaseCommand::TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in TouchReleaseCommand() function in TouchReleaseCommand 277 void TouchReleaseCommand::RunAction() in RunAction()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 1419 TouchReleaseCommand command1(type, args1, *socket); in TEST_F() 1430 TouchReleaseCommand command1(type, args1, *socket); in TEST_F() 1437 TouchReleaseCommand command2(type, args2, *socket); in TEST_F() 1444 TouchReleaseCommand command3(type, args3, *socket); in TEST_F() 1451 TouchReleaseCommand command4(type, args4, *socket); in TEST_F() 1462 TouchReleaseCommand command1(type, args1, *socket); in TEST_F() 1467 TouchReleaseCommand command2(type, args1, *socket); in TEST_F()
|
Completed in 7 milliseconds