Searched refs:CommandLineFactory (Results 1 – 4 of 4) sorted by relevance
/ide/tools/previewer/cli/ |
D | CommandLineFactory.cpp | 24 CommandLineFactory::CommandTypeMap CommandLineFactory::typeMap = CommandLineFactory::CommandTypeMap… 25 CommandLineFactory::CommandLineFactory() {} in CommandLineFactory() function in CommandLineFactory 29 void CommandLineFactory::InitCommandMap() in InitCommandMap() 35 typeMap["BackClicked"] = &CommandLineFactory::CreateObject<BackClickedCommand>; in InitCommandMap() 36 typeMap["inspector"] = &CommandLineFactory::CreateObject<InspectorJSONTree>; in InitCommandMap() 37 typeMap["inspectorDefault"] = &CommandLineFactory::CreateObject<InspectorDefault>; in InitCommandMap() 38 typeMap["ColorMode"] = &CommandLineFactory::CreateObject<ColorModeCommand>; in InitCommandMap() 39 typeMap["Orientation"] = &CommandLineFactory::CreateObject<OrientationCommand>; in InitCommandMap() 40 typeMap["ResolutionSwitch"] = &CommandLineFactory::CreateObject<ResolutionSwitchCommand>; in InitCommandMap() 41 typeMap["CurrentRouter"] = &CommandLineFactory::CreateObject<CurrentRouterCommand>; in InitCommandMap() [all …]
|
D | CommandLineFactory.h | 23 class CommandLineFactory { 25 CommandLineFactory(); 26 ~CommandLineFactory() {} in ~CommandLineFactory()
|
D | CommandLineInterface.cpp | 144 CommandLineFactory::CreateCommandLine(command, type, jsonData["args"], *socket); in ProcessCommandMessage() 227 …CommandLineFactory::CreateCommandLine(key, CommandLine::CommandType::SET, commands[key]["args"], *… in ApplyConfigMembers() 247 CommandLineFactory::InitCommandMap(); in Init() 267 CommandLineFactory::CreateCommandLine(commandName, commandType, jsonData, *socket); in CreatCommandToSendData()
|
D | BUILD.gn | 27 "CommandLineFactory.cpp", 70 "CommandLineFactory.cpp",
|