Searched refs:CommandLineFactory (Results 1 - 5 of 5) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLineFactory.cpp | 16 #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 D | CommandLineFactory.h | 23 class CommandLineFactory { class 25 CommandLineFactory(); 26 ~CommandLineFactory() {} in ~CommandLineFactory()
|
| H A D | CommandLineInterface.cpp | 23 #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 D | CommandLineFactoryTest.cpp | 18 #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 D | CommandLineInterfaceTest.cpp | 24 #include "CommandLineFactory.h" 228 EXPECT_TRUE(CommandLineFactory::typeMap.size() > 0); in TEST()
|
Completed in 3 milliseconds