Lines Matching refs:info
1021 void CommandParser::GetCommandInfo(CommandInfo& info) const
1023 info.deviceType = GetDeviceType();
1024 info.pages = GetPages();
1025 info.appResourcePath = GetAppResourcePath();
1026 info.isCardDisplay = IsCardDisplay();
1027 info.containerSdkPath = GetContainerSdkPath();
1028 info.isComponentMode = IsComponentMode();
1029 info.loaderJsonPath = GetLoaderJsonPath();
1030 info.abilityPath = GetAbilityPath();
1031 info.abilityName = GetAbilityName();
1032 info.configPath = GetConfigPath();
1033 info.screenShape = GetScreenShape();
1034 info.orignalResolutionWidth = GetOrignalResolutionWidth();
1035 info.orignalResolutionHeight = GetOrignalResolutionHeight();
1036 info.compressionResolutionWidth = GetCompressionResolutionWidth();
1037 info.compressionResolutionHeight = GetCompressionResolutionHeight();
1040 void CommandParser::GetFoldInfo(FoldInfo& info) const
1042 info.foldable = IsFoldable();
1043 info.foldStatus = GetFoldStatus();
1044 info.foldResolutionWidth = GetFoldResolutionWidth();
1045 info.foldResolutionHeight = GetFoldResolutionHeight();