Lines Matching defs:CreateObject
33 typeMap["BackClicked"] = &CommandLineFactory::CreateObject<BackClickedCommand>;
34 typeMap["inspector"] = &CommandLineFactory::CreateObject<InspectorJSONTree>;
35 typeMap["inspectorDefault"] = &CommandLineFactory::CreateObject<InspectorDefault>;
36 typeMap["ColorMode"] = &CommandLineFactory::CreateObject<ColorModeCommand>;
37 typeMap["Orientation"] = &CommandLineFactory::CreateObject<OrientationCommand>;
38 typeMap["ResolutionSwitch"] = &CommandLineFactory::CreateObject<ResolutionSwitchCommand>;
39 typeMap["CurrentRouter"] = &CommandLineFactory::CreateObject<CurrentRouterCommand>;
40 typeMap["ReloadRuntimePage"] = &CommandLineFactory::CreateObject<ReloadRuntimePageCommand>;
41 typeMap["FontSelect"] = &CommandLineFactory::CreateObject<FontSelectCommand>;
42 typeMap["MemoryRefresh"] = &CommandLineFactory::CreateObject<MemoryRefreshCommand>;
43 typeMap["LoadDocument"] = &CommandLineFactory::CreateObject<LoadDocumentCommand>;
44 typeMap["FastPreviewMsg"] = &CommandLineFactory::CreateObject<FastPreviewMsgCommand>;
45 typeMap["DropFrame"] = &CommandLineFactory::CreateObject<DropFrameCommand>;
46 typeMap["KeyPress"] = &CommandLineFactory::CreateObject<KeyPressCommand>;
47 typeMap["LoadContent"] = &CommandLineFactory::CreateObject<LoadContentCommand>;
48 typeMap["FoldStatus"] = &CommandLineFactory::CreateObject<FoldStatusCommand>;
49 typeMap["AvoidArea"] = &CommandLineFactory::CreateObject<AvoidAreaCommand>;
50 typeMap["AvoidAreaChanged"] = &CommandLineFactory::CreateObject<AvoidAreaChangedCommand>;
52 typeMap["Power"] = &CommandLineFactory::CreateObject<PowerCommand>;
53 typeMap["Volume"] = &CommandLineFactory::CreateObject<VolumeCommand>;
54 typeMap["Barometer"] = &CommandLineFactory::CreateObject<BarometerCommand>;
55 typeMap["Location"] = &CommandLineFactory::CreateObject<LocationCommand>;
56 typeMap["KeepScreenOnState"] = &CommandLineFactory::CreateObject<KeepScreenOnStateCommand>;
57 typeMap["WearingState"] = &CommandLineFactory::CreateObject<WearingStateCommand>;
58 typeMap["BrightnessMode"] = &CommandLineFactory::CreateObject<BrightnessModeCommand>;
59 typeMap["ChargeMode"] = &CommandLineFactory::CreateObject<ChargeModeCommand>;
60 typeMap["Brightness"] = &CommandLineFactory::CreateObject<BrightnessCommand>;
61 typeMap["HeartRate"] = &CommandLineFactory::CreateObject<HeartRateCommand>;
62 typeMap["StepCount"] = &CommandLineFactory::CreateObject<StepCountCommand>;
63 typeMap["DistributedCommunications"] = &CommandLineFactory::CreateObject<DistributedCommunicationsCommand>;
64 typeMap["CrownRotate"] = &CommandLineFactory::CreateObject<MouseWheelCommand>;
66 typeMap["MousePress"] = &CommandLineFactory::CreateObject<TouchPressCommand>;
67 typeMap["MouseRelease"] = &CommandLineFactory::CreateObject<TouchReleaseCommand>;
68 typeMap["MouseMove"] = &CommandLineFactory::CreateObject<TouchMoveCommand>;
69 typeMap["Language"] = &CommandLineFactory::CreateObject<LanguageCommand>;
70 typeMap["SupportedLanguages"] = &CommandLineFactory::CreateObject<SupportedLanguagesCommand>;
71 typeMap["exit"] = &CommandLineFactory::CreateObject<ExitCommand>;
72 typeMap["Resolution"] = &CommandLineFactory::CreateObject<ResolutionCommand>;
73 typeMap["DeviceType"] = &CommandLineFactory::CreateObject<DeviceTypeCommand>;
74 typeMap["PointEvent"] = &CommandLineFactory::CreateObject<PointEventCommand>;
81 Json2::Value commandResult = JsonReader::CreateObject();
103 std::unique_ptr<CommandLine> CommandLineFactory::CreateObject(CommandLine::CommandType type,