Searched refs:CreateCommandLine (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineFactoryTest.cpp | 47 CommandLineFactory::CreateCommandLine(commandNameNull, commandType, jsonData, *socket); in TEST() 51 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in TEST()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLineFactory.h | 28 static std::unique_ptr<CommandLine> CreateCommandLine(std::string command,
|
| H A D | CommandLineInterface.cpp | 136 CommandLineFactory::CreateCommandLine(command, type, val, *socket); in ProcessCommandMessage() 221 CommandLineFactory::CreateCommandLine(key, CommandLine::CommandType::SET, val, *socket); in ApplyConfigMembers() 261 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in CreatCommandToSendData()
|
| H A D | CommandLineFactory.cpp | 77 std::unique_ptr<CommandLine> CommandLineFactory::CreateCommandLine(std::string command, in CreateCommandLine() function in CommandLineFactory 91 ELOG("CommandLineFactory::CreateCommandLine:typeMap is null"); in CreateCommandLine() 96 ELOG("CommandLineFactory::CreateCommandLine:cmdLine is null"); in CreateCommandLine()
|
Completed in 2 milliseconds