Home
last modified time | relevance | path

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

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp47 CommandLineFactory::CreateCommandLine(commandNameNull, commandType, jsonData, *socket); in TEST()
51 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in TEST()
/ide/tools/previewer/cli/
H A DCommandLineFactory.h28 static std::unique_ptr<CommandLine> CreateCommandLine(std::string command,
H A DCommandLineInterface.cpp136 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 DCommandLineFactory.cpp77 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