Searched refs:commandName (Results 1 – 3 of 3) sorted by relevance
256 void CommandLineInterface::CreatCommandToSendData(const string commandName, in CreatCommandToSendData() argument262 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in CreatCommandToSendData()264 ELOG("Unsupported CreatCommandToSendData: %s", commandName.c_str()); in CreatCommandToSendData()
41 : args(arg), cliSocket(socket), type(commandType), commandName("") in CommandLine()112 this->commandName = command; in SetCommandName()118 this->commandResult["command"] = this->commandName; in SetCommandResult()
46 std::string commandName; variable