Searched refs:commandInfo (Results 1 - 2 of 2) sorted by relevance
| /ide/tools/previewer/mock/ |
| H A D | VirtualScreen.cpp | 375 CommandInfo commandInfo; in InitResolution() local 376 CommandParser::GetInstance().GetCommandInfo(commandInfo); in InitResolution() 377 SetOrignalWidth(commandInfo.orignalResolutionWidth); in InitResolution() 378 SetOrignalHeight(commandInfo.orignalResolutionHeight); in InitResolution() 379 SetCompressionWidth(commandInfo.compressionResolutionWidth); in InitResolution() 380 SetCompressionHeight(commandInfo.compressionResolutionHeight); in InitResolution() 381 SetCurrentResolution(commandInfo.orignalResolutionWidth, commandInfo.orignalResolutionHeight); in InitResolution()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 48 CommandInfo commandInfo; member 124 AdaptDeviceType(aceRunArgs, commandInfo.deviceType, aceRunArgs.deviceWidth); in OrientationChanged() 167 SetPageProfile(args, commandInfo.pages); in SetJsAppArgs() 178 SetDeviceScreenDensity(atoi(screenDensity.c_str()), commandInfo.deviceType); in SetJsAppArgs() 183 SetAppResourcesPath(args, commandInfo.appResourcePath); in SetJsAppArgs() 184 SetFormsEnabled(args, commandInfo.isCardDisplay); in SetJsAppArgs() 185 SetContainerSdkPath(args, commandInfo.containerSdkPath); in SetJsAppArgs() 186 AdaptDeviceType(args, commandInfo.deviceType, ConvertFoldStatus(screenInfo.foldStatus) == in SetJsAppArgs() 190 SetComponentModeEnabled(args, commandInfo.isComponentMode); in SetJsAppArgs() 205 OHOS::Ide::StageContext::GetInstance().SetLoaderJsonPath(commandInfo in RunJsApp() [all...] |
Completed in 2 milliseconds