Lines Matching defs:commandInfo
48 CommandInfo commandInfo;
124 AdaptDeviceType(aceRunArgs, commandInfo.deviceType, aceRunArgs.deviceWidth);
167 SetPageProfile(args, commandInfo.pages);
178 SetDeviceScreenDensity(atoi(screenDensity.c_str()), commandInfo.deviceType);
183 SetAppResourcesPath(args, commandInfo.appResourcePath);
184 SetFormsEnabled(args, commandInfo.isCardDisplay);
185 SetContainerSdkPath(args, commandInfo.containerSdkPath);
186 AdaptDeviceType(args, commandInfo.deviceType, ConvertFoldStatus(screenInfo.foldStatus) ==
190 SetComponentModeEnabled(args, commandInfo.isComponentMode);
205 OHOS::Ide::StageContext::GetInstance().SetLoaderJsonPath(commandInfo.loaderJsonPath);
206 OHOS::Ide::StageContext::GetInstance().SetHosSdkPath(commandInfo.containerSdkPath);
297 std::string abilitySrcPath = commandInfo.abilityPath;
298 std::string abilityName = commandInfo.abilityName;
319 const std::string path = commandInfo.appResourcePath + FileSystem::GetSeparator() + "module.json";
337 options.resourcePath = commandInfo.appResourcePath + FileSystem::GetSeparator() + "resources.index";
363 std::string fPath = commandInfo.configPath;
659 SetDeviceScreenDensity(screenDensity, commandInfo.deviceType);
660 AdaptDeviceType(aceRunArgs, commandInfo.deviceType, changedOriginWidth);
764 SetDeviceScreenDensity(atoi(screenDensity.c_str()), commandInfo.deviceType);
765 AdaptDeviceType(args, commandInfo.deviceType, aceRunArgs.deviceWidth);
795 params.isRound = (paramObj.IsNull()) ? (commandInfo.screenShape == "circle") :
900 std::string filePath = commandInfo.appResourcePath + FileSystem::GetSeparator() + "mock-config.json";
1051 if (commandInfo.compressionResolutionWidth <= commandInfo.compressionResolutionHeight) {
1112 CommandParser::GetInstance().GetCommandInfo(commandInfo);