Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h472 class KeyPressCommand : public CommandLine { class
474 KeyPressCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
475 ~KeyPressCommand() override {}
H A DCommandLineFactory.cpp46 typeMap["KeyPress"] = &CommandLineFactory::CreateObject<KeyPressCommand>; in InitCommandMap()
H A DCommandLine.cpp1296 bool KeyPressCommand::IsActionArgValid() const in IsActionArgValid()
1310 bool KeyPressCommand::IsImeArgsValid() const in IsImeArgsValid()
1319 bool KeyPressCommand::IsKeyArgsValid() const in IsKeyArgsValid()
1355 KeyPressCommand::KeyPressCommand(CommandType commandType, const Json2::Value& arg, in KeyPressCommand() function in KeyPressCommand
1361 void KeyPressCommand::RunAction() in RunAction()
1389 ILOG("KeyPressCommand run finished."); in RunAction()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp506 KeyPressCommand command1(type, args1, *socket); in TEST_F()
513 KeyPressCommand command2(type, args1, *socket); in TEST_F()
519 KeyPressCommand command3(type, args1, *socket); in TEST_F()
533 KeyPressCommand command1(type, args1, *socket); in TEST_F()
544 KeyPressCommand command1(type, args1, *socket); in TEST_F()
557 KeyPressCommand command1(type, args1, *socket); in TEST_F()
564 KeyPressCommand command2(type, args1, *socket); in TEST_F()
572 KeyPressCommand command3(type, args2, *socket); in TEST_F()
584 KeyPressCommand command1(type, args1, *socket); in TEST_F()
595 KeyPressCommand command in TEST_F()
[all...]

Completed in 8 milliseconds