Searched refs:commandName (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineFactoryTest.cpp | 39 std::string commandName = "ColorMode"; in TEST() local 51 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in TEST()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLineInterface.cpp | 255 void CommandLineInterface::CreatCommandToSendData(const std::string commandName, in CreatCommandToSendData() argument 261 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in CreatCommandToSendData() 263 ELOG("Unsupported CreatCommandToSendData: %s", commandName.c_str()); in CreatCommandToSendData()
|
| H A D | CommandLine.h | 47 std::string commandName; member in CommandLine
|
| H A D | CommandLine.cpp | 40 : args(arg), cliSocket(socket), type(commandType), commandName("") in CommandLine() 110 this->commandName = command; in SetCommandName() 116 this->commandResult.Add("command", this->commandName.c_str()); in SetCommandResult()
|
Completed in 7 milliseconds