Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h107 class TouchPressCommand : public CommandLine, public TouchAndMouseCommand { class
109 TouchPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
110 ~TouchPressCommand() override {}
H A DCommandLineFactory.cpp66 typeMap["MousePress"] = &CommandLineFactory::CreateObject<TouchPressCommand>; in InitCommandMap()
H A DCommandLine.cpp190 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 DCommandLineTest.cpp1358 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