Home
last modified time | relevance | path

Searched refs:CreateObject (Results 1 - 15 of 15) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLineFactory.cpp33 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["FontSelect"] = &CommandLineFactory::CreateObject<FontSelectCommand>; in InitCommandMap()
42 typeMap["MemoryRefresh"] = &CommandLineFactory::CreateObject<MemoryRefreshComman in InitCommandMap()
103 std::unique_ptr<CommandLine> CommandLineFactory::CreateObject(CommandLine::CommandType type, CreateObject() function in CommandLineFactory
[all...]
H A DCommandLineFactory.h36 CreateObject(CommandLine::CommandType, const Json2::Value&, const LocalSocket& socket);
H A DCommandLineInterface.cpp67 Json2::Value result = JsonReader::CreateObject(); in SendJSHeapMemory()
70 Json2::Value memory = JsonReader::CreateObject(); in SendJSHeapMemory()
84 Json2::Value result = JsonReader::CreateObject(); in SendWebsocketStartupSignal()
85 Json2::Value args = JsonReader::CreateObject(); in SendWebsocketStartupSignal()
H A DCommandLine.cpp355 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet()
413 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet()
705 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet()
719 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet()
760 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet()
783 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet()
836 Json2::Value resultContent = JsonReader::CreateObject(); in RunGet()
905 Json2::Value result = JsonReader::CreateObject(); in RunGet()
939 Json2::Value result = JsonReader::CreateObject(); in RunGet()
972 Json2::Value result = JsonReader::CreateObject(); in RunGet()
[all...]
H A DCommandLine.h44 Json2::Value commandResult = JsonReader::CreateObject();
45 Json2::Value commandResultToManager = JsonReader::CreateObject();
/ide/tools/previewer/util/
H A DTraceTool.cpp60 Json2::Value val = JsonReader::CreateObject(); in HandleTrace()
62 Json2::Value detail = JsonReader::CreateObject(); in HandleTrace()
H A DJsonReader.h127 static Json2::Value CreateObject();
H A DJsonReader.cpp653 Json2::Value JsonReader::CreateObject() in CreateObject() function in JsonReader
/ide/tools/previewer/jsapp/lite/
H A DTimerTaskHandler.cpp99 Json2::Value result = JsonReader::CreateObject(); in CheckBrightnessValueChanged()
102 Json2::Value brightness = JsonReader::CreateObject(); in CheckBrightnessValueChanged()
H A DJsAppImpl.cpp247 Json2::Value val = JsonReader::CreateObject(); in StartJsApp()
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp50 Json2::Value school = JsonReader::CreateObject(); in TEST()
53 Json2::Value student = JsonReader::CreateObject(); in TEST()
73 Json2::Value school = JsonReader::CreateObject(); in TEST()
100 Json2::Value resultJson = JsonReader::CreateObject(); in TEST()
108 Json2::Value resultJson = JsonReader::CreateObject(); in TEST()
116 Json2::Value resultJson = JsonReader::CreateObject(); in TEST()
139 Json2::Value resultJson = JsonReader::CreateObject(); in TEST()
162 Json2::Value resultJson = JsonReader::CreateObject(); in TEST()
/ide/tools/previewer/
H A DRichPreviewer.cpp57 Json2::Value commandResult = JsonReader::CreateObject(); in NotifyInspectorChanged()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp994 Json2::Value son = JsonReader::CreateObject(); in UpdateAvoidArea2Ide()
999 Json2::Value val = JsonReader::CreateObject(); in UpdateAvoidArea2Ide()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp656 Json2::Value paramObj2 = JsonReader::CreateObject(); in TEST_F()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp246 Json2::Value args1 = JsonReader::CreateObject(); in TEST_F()
1751 Json2::Value args1 = JsonReader::CreateObject(); in TEST_F()

Completed in 16 milliseconds