Home
last modified time | relevance | path

Searched refs:CommandLineFactory (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLineFactory.cpp16 #include "CommandLineFactory.h"
24 CommandLineFactory::CommandTypeMap CommandLineFactory::typeMap = CommandLineFactory::CommandTypeMap();
25 CommandLineFactory::CommandLineFactory() {} in CommandLineFactory() function in CommandLineFactory
27 void CommandLineFactory::InitCommandMap() in InitCommandMap()
33 typeMap["BackClicked"] = &CommandLineFactory::CreateObject<BackClickedCommand>; in InitCommandMap()
34 typeMap["inspector"] = &CommandLineFactory::CreateObject<InspectorJSONTree>; in InitCommandMap()
35 typeMap["inspectorDefault"] = &CommandLineFactory in InitCommandMap()
[all...]
H A DCommandLineFactory.h23 class CommandLineFactory { class
25 CommandLineFactory();
26 ~CommandLineFactory() {} in ~CommandLineFactory()
H A DCommandLineInterface.cpp23 #include "CommandLineFactory.h"
136 CommandLineFactory::CreateCommandLine(command, type, val, *socket); in ProcessCommandMessage()
221 CommandLineFactory::CreateCommandLine(key, CommandLine::CommandType::SET, val, *socket); in ApplyConfigMembers()
241 CommandLineFactory::InitCommandMap(); in Init()
261 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in CreatCommandToSendData()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp18 #include "CommandLineFactory.h"
24 CommandLineFactory factory; in TEST()
33 CommandLineFactory::InitCommandMap(); in TEST()
34 EXPECT_TRUE(CommandLineFactory::typeMap.size() > 0); in TEST()
47 CommandLineFactory::CreateCommandLine(commandNameNull, commandType, jsonData, *socket); in TEST()
51 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in TEST()
H A DCommandLineInterfaceTest.cpp24 #include "CommandLineFactory.h"
228 EXPECT_TRUE(CommandLineFactory::typeMap.size() > 0); in TEST()

Completed in 3 milliseconds