Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLineFactory.cpp24 CommandLineFactory::CommandTypeMap CommandLineFactory::typeMap = CommandLineFactory::CommandTypeMap(); member in CommandLineFactory
33 typeMap["BackClicked"] = &CommandLineFactory::CreateObject<BackClickedCommand>; in InitCommandMap()
34 typeMap["inspector"] = &CommandLineFactory::CreateObject<InspectorJSONTree>; in InitCommandMap()
35 typeMap["inspectorDefault"] = &CommandLineFactory::CreateObject<InspectorDefault>; in InitCommandMap()
36 typeMap["ColorMode"] = &CommandLineFactory::CreateObject<ColorModeCommand>; in InitCommandMap()
37 typeMap["Orientation"] = &CommandLineFactory::CreateObject<OrientationCommand>; in InitCommandMap()
38 typeMap["ResolutionSwitch"] = &CommandLineFactory::CreateObject<ResolutionSwitchCommand>; in InitCommandMap()
39 typeMap["CurrentRouter"] = &CommandLineFactory::CreateObject<CurrentRouterCommand>; in InitCommandMap()
40 typeMap["ReloadRuntimePage"] = &CommandLineFactory::CreateObject<ReloadRuntimePageCommand>; in InitCommandMap()
41 typeMap["FontSelec in InitCommandMap()
[all...]
H A DCommandLineFactory.h40 static CommandTypeMap typeMap; member in CommandLineFactory
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp26 EXPECT_TRUE(factory.typeMap.size() > 0); in TEST()
34 EXPECT_TRUE(CommandLineFactory::typeMap.size() > 0); in TEST()
H A DCommandLineInterfaceTest.cpp228 EXPECT_TRUE(CommandLineFactory::typeMap.size() > 0); in TEST()

Completed in 2 milliseconds