Home
last modified time | relevance | path

Searched refs:RestartCommand (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
DCommandLine.h156 class RestartCommand : public CommandLine {
158 RestartCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);
159 ~RestartCommand() override {} in ~RestartCommand()
DCommandLine.cpp1229 RestartCommand::RestartCommand(CommandLine::CommandType commandType, const Json::Value& arg, const … in RestartCommand() function in RestartCommand
1234 void RestartCommand::RunAction() in RunAction()