Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h484 class PointEventCommand : public CommandLine, public TouchAndMouseCommand { class
486 PointEventCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
487 ~PointEventCommand() override {}
H A DCommandLineFactory.cpp74 typeMap["PointEvent"] = &CommandLineFactory::CreateObject<PointEventCommand>; in InitCommandMap()
H A DCommandLine.cpp1392 bool PointEventCommand::IsActionArgValid() const in IsActionArgValid()
1397 bool PointEventCommand::IsArgsExist() const in IsArgsExist()
1417 bool PointEventCommand::IsArgsValid() const in IsArgsValid()
1447 PointEventCommand::PointEventCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in PointEventCommand() function in PointEventCommand
1452 void PointEventCommand::RunAction() in RunAction()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp616 PointEventCommand command1(type, args1, *socket); in TEST_F()
623 PointEventCommand command2(type, args1, *socket); in TEST_F()
630 PointEventCommand command3(type, args1, *socket); in TEST_F()
637 PointEventCommand command4(type, args1, *socket); in TEST_F()
650 PointEventCommand command1(type, args1, *socket); in TEST_F()
657 PointEventCommand command2(type, args1, *socket); in TEST_F()
664 PointEventCommand command3(type, args1, *socket); in TEST_F()
672 PointEventCommand command4(type, args2, *socket); in TEST_F()
680 PointEventCommand command5(type, args3, *socket); in TEST_F()
692 PointEventCommand command in TEST_F()
[all...]

Completed in 7 milliseconds