Lines Matching refs:GetInstance
42 ModelManager::SetCurrentDevice(CommandParser::GetInstance().GetDeviceType());
43 VirtualScreenImpl::GetInstance().InitResolution();
44 VirtualScreenImpl::GetInstance().InitFrameCountTimer();
49 std::string liteConfigArgs = CommandParser::GetInstance().GetConfigPath();
53 CommandLineInterface::GetInstance().ReadAndApplyConfig(liteConfigArgs);
97 CommandLineInterface::GetInstance().SendJSHeapMemory(status.totalBytes, status.allocBytes, status.peakAllocBytes);
110 CommandParser& parser = CommandParser::GetInstance();
118 CommandLineInterface::GetInstance().Init(parser.Value("s"));
121 JsAppImpl::GetInstance().InitJsApp();
122 TraceTool::GetInstance().HandleTrace("Enter the main function");
136 CommandLineInterface::GetInstance().ProcessCommand();
140 JsAppImpl::GetInstance().Stop();