Lines Matching refs:package

15 PackageUtils::TitleOrName(const PackageInfoRef& package, BString& title)  in TitleOrName()  argument
17 PackageUtils::Title(package, title); in TitleOrName()
18 if (title.IsEmpty() && package.IsSet()) in TitleOrName()
19 title.SetTo(package->Name()); in TitleOrName()
24 PackageUtils::Title(const PackageInfoRef& package, BString& title) in Title() argument
26 if (package.IsSet()) { in Title()
27 PackageLocalizedTextRef localizedText = package->LocalizedText(); in Title()
40 PackageUtils::Summary(const PackageInfoRef& package, BString& summary) in Summary() argument
42 if (package.IsSet()) { in Summary()
43 PackageLocalizedTextRef localizedText = package->LocalizedText(); in Summary()
56 PackageUtils::IsNativeDesktop(const PackageInfoRef& package) in IsNativeDesktop() argument
58 if (package.IsSet()) { in IsNativeDesktop()
59 PackageClassificationInfoRef classificationInfo = package->PackageClassificationInfo(); in IsNativeDesktop()
70 PackageUtils::NewLocalizedText(const PackageInfoRef& package) in NewLocalizedText() argument
72 if (!package.IsSet()) in NewLocalizedText()
75 PackageLocalizedTextRef localizedText = package->LocalizedText(); in NewLocalizedText()
85 PackageUtils::State(const PackageInfoRef& package) in State() argument
87 if (package.IsSet()) { in State()
88 PackageLocalInfoRef localInfo = package->LocalInfo(); in State()
99 PackageUtils::Size(const PackageInfoRef& package) in Size() argument
101 if (package.IsSet()) { in Size()
102 PackageLocalInfoRef localInfo = package->LocalInfo(); in Size()
113 PackageUtils::Viewed(const PackageInfoRef& package) in Viewed() argument
115 if (package.IsSet()) { in Viewed()
116 PackageLocalInfoRef localInfo = package->LocalInfo(); in Viewed()
127 PackageUtils::IsActivatedOrLocalFile(const PackageInfoRef& package) in IsActivatedOrLocalFile() argument
129 if (package.IsSet()) { in IsActivatedOrLocalFile()
130 PackageLocalInfoRef localInfo = package->LocalInfo(); in IsActivatedOrLocalFile()
141 PackageUtils::DownloadProgress(const PackageInfoRef& package) in DownloadProgress() argument
143 if (package.IsSet()) { in DownloadProgress()
144 PackageLocalInfoRef localInfo = package->LocalInfo(); in DownloadProgress()
155 PackageUtils::Flags(const PackageInfoRef& package) in Flags() argument
157 if (package.IsSet()) { in Flags()
158 PackageLocalInfoRef localInfo = package->LocalInfo(); in Flags()
169 PackageUtils::NewLocalInfo(const PackageInfoRef& package) in NewLocalInfo() argument
171 if (!package.IsSet()) in NewLocalInfo()
174 PackageLocalInfoRef localInfo = package->LocalInfo(); in NewLocalInfo()