Home
last modified time | relevance | path

Searched refs:commandName (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp39 std::string commandName = "ColorMode"; in TEST() local
51 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in TEST()
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp255 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 DCommandLine.h47 std::string commandName; member in CommandLine
H A DCommandLine.cpp40 : 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 5 milliseconds