Home
last modified time | relevance | path

Searched refs:RestartCommand (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h156 class RestartCommand : public CommandLine { class
158 RestartCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
159 ~RestartCommand() override {}
H A DCommandLine.cpp1242 RestartCommand::RestartCommand(CommandLine::CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in RestartCommand() function in RestartCommand
1247 void RestartCommand::RunAction() in RunAction()
1249 ILOG("RestartCommand start"); in RunAction()
1252 ILOG("RestartCommand end"); in RunAction()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1627 RestartCommand command2(type, args2, *socket); in TEST_F()

Completed in 7 milliseconds