Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h127 class TouchReleaseCommand : public CommandLine, public TouchAndMouseCommand { class
129 TouchReleaseCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
130 ~TouchReleaseCommand() override {}
H A DCommandLineFactory.cpp67 typeMap["MouseRelease"] = &CommandLineFactory::CreateObject<TouchReleaseCommand>; in InitCommandMap()
H A DCommandLine.cpp253 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 DCommandLineTest.cpp1419 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