Home
last modified time | relevance | path

Searched refs:commandName (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.cpp256 void CommandLineInterface::CreatCommandToSendData(const string commandName, in CreatCommandToSendData() argument
262 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in CreatCommandToSendData()
264 ELOG("Unsupported CreatCommandToSendData: %s", commandName.c_str()); in CreatCommandToSendData()
DCommandLine.cpp41 : args(arg), cliSocket(socket), type(commandType), commandName("") in CommandLine()
112 this->commandName = command; in SetCommandName()
118 this->commandResult["command"] = this->commandName; in SetCommandResult()
DCommandLine.h46 std::string commandName; variable