Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h408 class ExitCommand : public CommandLine { class
410 ExitCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
411 ~ExitCommand() override {}
H A DCommandLineFactory.cpp71 typeMap["exit"] = &CommandLineFactory::CreateObject<ExitCommand>; in InitCommandMap()
H A DCommandLine.cpp1195 ExitCommand::ExitCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in ExitCommand() function in ExitCommand
1200 void ExitCommand::RunAction() in RunAction()
1202 ILOG("ExitCommand run."); in RunAction()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1616 ExitCommand command1(type, args1, *socket); in TEST_F()

Completed in 7 milliseconds