Home
last modified time | relevance | path

Searched defs:package (Results 1 – 25 of 79) sorted by relevance

1234

/haiku/src/apps/haikudepot/util/
H A DPackageUtils.cpp15 PackageUtils::TitleOrName(const PackageInfoRef& package, BString& title) in TitleOrName()
24 PackageUtils::Title(const PackageInfoRef& package, BString& title) in Title()
40 PackageUtils::Summary(const PackageInfoRef& package, BString& summary) in Summary()
56 PackageUtils::IsNativeDesktop(const PackageInfoRef& package) in IsNativeDesktop()
70 PackageUtils::NewLocalizedText(const PackageInfoRef& package) in NewLocalizedText()
85 PackageUtils::State(const PackageInfoRef& package) in State()
99 PackageUtils::Size(const PackageInfoRef& package) in Size()
113 PackageUtils::Viewed(const PackageInfoRef& package) in Viewed()
127 PackageUtils::IsActivatedOrLocalFile(const PackageInfoRef& package) in IsActivatedOrLocalFile()
141 PackageUtils::DownloadProgress(const PackageInfoRef& package) in DownloadProgress()
[all …]
H A DPackageKitUtils.cpp13 PackageKitUtils::DeriveLocalFilePath(const PackageInfoRef package, BPath& path) in DeriveLocalFilePath()
60 PackageKitUtils::DeriveInstallLocation(const PackageInfoRef package) in DeriveInstallLocation()
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp48 PackageLinkDirectory::Init(Package* package) in Init()
79 Package* package = fPackages.Head(); in OpenAttributeDirectory() local
97 Package* package = fPackages.Head(); in OpenAttribute() local
106 PackageLinkDirectory::AddPackage(Package* package, in AddPackage()
130 PackageLinkDirectory::RemovePackage(Package* package, in RemovePackage()
148 PackageLinkDirectory::UpdatePackageDependencies(Package* package, in UpdatePackageDependencies()
172 Package* package = fPackages.Head(); in _Update() local
206 Package* package = fPackages.Head(); in _UpdateDependencies() local
264 PackageLinkDirectory::_CreateOrUpdateLink(Link*& link, Package* package, in _CreateOrUpdateLink()
H A DPackageLinksDirectory.cpp40 PackageLinksDirectory::AddPackage(Package* package) in AddPackage()
84 PackageLinksDirectory::RemovePackage(Package* package) in RemovePackage()
110 PackageLinksDirectory::UpdatePackageDependencies(Package* package) in UpdatePackageDependencies()
/haiku/src/servers/package/
H A DVolumeState.cpp28 Package* package = fPackagesByNodeRef.Clear(true); in ~VolumeState() local
46 VolumeState::AddPackage(Package* package) in AddPackage()
54 VolumeState::RemovePackage(Package* package) in RemovePackage()
62 VolumeState::SetPackageActive(Package* package, bool active) in SetPackageActive()
79 Package* package = *it; in ActivationChanged() local
H A DCommitTransactionHandler.cpp146 Package* package = fPackagesToActivate.ItemAt(i); in ~CommitTransactionHandler() local
170 Package* package = fVolumeState->FindPackage((*it)->FileName()); in Init() local
176 Package* package = fVolumeState->FindPackage((*it)->FileName()); in Init() local
299 Package* package = fVolumeState->FindPackage(packageName); in _GetPackagesToDeactivate() local
362 Package* package = fVolumeState->FindPackage(packageName); in _ReadPackagesToActivate() local
544 Package* package = *it; in _RemovePackagesToDeactivate() local
613 Package* package = fPackagesToActivate.ItemAt(i); in _AddPackagesToActivate() local
696 Package* package = fPackagesToActivate.ItemAt(i); in _PrepareFirstBootPackages() local
706 CommitTransactionHandler::_PreparePackageToActivate(Package* package) in _PreparePackageToActivate()
729 CommitTransactionHandler::_AddGroup(Package* package, const BString& groupName) in _AddGroup()
[all …]
H A DVolume.cpp360 Package* package = it.Next(); in InitPackages() local
381 Package* package = it.Next(); in InitPackages() local
414 Package* package = it.Next(); in AddPackagesToRepository() local
548 Package* package = it.Next(); in HandleGetLocationInfoRequest() local
567 Package* package = it.Next(); in HandleGetLocationInfoRequest() local
921 Package* package = fLatestState->FindPackage(name); in _PackagesEntryCreated() local
965 Package* package = fLatestState->FindPackage(name); in _PackagesEntryRemoved() local
1016 Package* package; in _ReadPackagesDirectory() local
1138 Package* package = fLatestState->FindPackage(packageName); in _InitLatestStateFromActivatedPackages() local
1204 Package* package; in _GetActivePackages() local
[all …]
H A DPackageManager.cpp110 Package* package = *it; in HandleUserChanges() local
139 Package* package = it.Next(); in InitInstalledRepository() local
230 Package* package = *it; in CommitTransaction() local
241 Package* package = *it; in CommitTransaction() local
/haiku/src/apps/haikudepot/packagemanagement/
H A DAbstractPackageProcess.cpp25 PackageInfoRef package, Model* model) in AbstractPackageProcess()
58 AbstractPackageProcess::SetPackageState(PackageInfoRef& package, PackageState state) in SetPackageState()
72 AbstractPackageProcess::SetPackageDownloadProgress(PackageInfoRef& package, float value) in SetPackageDownloadProgress()
86 AbstractPackageProcess::ClearPackageInstallationLocations(PackageInfoRef& package) in ClearPackageInstallationLocations()
H A DPackageManager.cpp134 PackageManager::GetPackageState(const PackageInfo& package) in GetPackageState()
142 PackageManager::CollectPackageActions(PackageInfoRef package, in CollectPackageActions()
183 PackageInfoRef package, in _CollectPackageActionsForActivatedOrInstalled()
202 PackageManager::_CreateUninstallPackageAction(const PackageInfoRef& package) in _CreateUninstallPackageAction()
218 PackageManager::_CreateInstallPackageAction(const PackageInfoRef& package) in _CreateInstallPackageAction()
234 PackageManager::_CreateOpenPackageAction(const PackageInfoRef& package, const DeskbarLink& link) in _CreateOpenPackageAction()
253 PackageManager::SetCurrentActionPackage(PackageInfoRef package, bool install) in SetCurrentActionPackage()
497 PackageManager::_GetSolverPackage(PackageInfoRef package) in _GetSolverPackage()
H A DOpenPackageProcess.cpp108 OpenPackageProcess::OpenPackageProcess(PackageInfoRef package, Model* model, in OpenPackageProcess()
194 OpenPackageProcess::FindAppToLaunch(const PackageInfoRef& package, in FindAppToLaunch()
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.cpp22 PackageNode::PackageNode(Package* package, mode_t mode) in PackageNode()
58 BReference<Package> package(GetPackage()); in VFSInit() local
73 BReference<Package> package(GetPackage()); in VFSUninit() local
134 BReference<Package> package(GetPackage()), otherPackage(other->GetPackage()); in HasPrecedenceOver() local
H A DPackageDirectory.cpp16 PackageDirectory::PackageDirectory(Package* package, mode_t mode) in PackageDirectory()
52 BReference<Package> package(GetPackage()), otherPackage(other->GetPackage()); in HasPrecedenceOver() local
H A DPackageSymlink.cpp18 PackageSymlink::PackageSymlink(Package* package, mode_t mode) in PackageSymlink()
H A DPackageLeafNode.cpp10 PackageLeafNode::PackageLeafNode(Package* package, mode_t mode) in PackageLeafNode()
/haiku/src/system/boot/platform/openfirmware/
H A Dsupport.cpp29 of_address_cells(intptr_t package) { in of_address_cells()
40 of_size_cells(intptr_t package) { in of_size_cells()
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.cpp46 Model* model, const PackageInfoRef package) in CreateIncrementViewCounter()
179 ProcessCoordinatorFactory::PopulatePkgChangelogCoordinator(Model* model, PackageInfoRef package) in PopulatePkgChangelogCoordinator()
187 ProcessCoordinatorFactory::PopulatePkgUserRatingsCoordinator(Model* model, PackageInfoRef package) in PopulatePkgUserRatingsCoordinator()
211 PackageInfoRef package = _ExtractPackageFromMessage(model, message); in _CreateInstallPackageActionCoordinator() local
230 PackageInfoRef package = _ExtractPackageFromMessage(model, message); in _CreateUninstallPackageActionCoordinator() local
249 PackageInfoRef package = _ExtractPackageFromMessage(model, message); in _CreateOpenPackageActionCoordinator() local
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.cpp24 AutoPackageAttributeCookie(Package* package, AutoPackageAttribute attribute) in AutoPackageAttributeCookie()
105 AutoPackageAttributes::GetAttributeValue(const Package* package, in GetAttributeValue()
132 AutoPackageAttributes::OpenCookie(Package* package, const StringKey& name, in OpenCookie()
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.cpp176 PackageFSRoot::AddPackage(Package* package) in AddPackage()
191 PackageFSRoot::RemovePackage(Package* package) in RemovePackage()
241 PackageFSRoot::_AddPackage(Package* package) in _AddPackage()
306 PackageFSRoot::_RemovePackage(Package* package) in _RemovePackage()
362 Package* package = dependency->Package(); in _ResolveDependencies() local
H A DVolume.cpp520 Package* package = it.Next(); in IOCtl() local
939 Package* package; in _LoadAndAddInitialPackage() local
956 Volume::_AddPackage(Package* package) in _AddPackage()
964 Volume::_RemovePackage(Package* package) in _RemovePackage()
974 Package* package = fPackages.Clear(true); in _RemoveAllPackages() local
991 Volume::_AddPackageContent(Package* package, bool notify) in _AddPackageContent()
1026 Volume::_RemovePackageContent(Package* package, PackageNode* endNode, in _RemovePackageContent()
1056 Volume::_AddPackageContentRootNode(Package* package, in _AddPackageContentRootNode()
1127 Volume::_RemovePackageContentRootNode(Package* package, in _RemovePackageContentRootNode()
1530 Package* package = new(std::nothrow) Package(this, packagesDirectory, in _LoadPackage() local
[all …]
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp363 void SetPackage(const PackageInfoRef package) in SetPackage()
500 void SetPackage(const PackageInfoRef package) in SetPackage()
509 void AdoptActions(const PackageInfoRef package) in AdoptActions()
529 void AdoptDownloadProgress(const PackageInfoRef package) in AdoptDownloadProgress()
771 void SetPackage(const PackageInfoRef package) in SetPackage()
1014 void SetPackage(const PackageInfoRef package) in SetPackage()
1105 void SetPackage(const PackageInfoRef package) in SetPackage()
1153 void SetPackage(const PackageInfoRef package) in SetPackage()
1218 void SetPackage(const PackageInfoRef package, bool switchToDefaultTab) in SetPackage()
1346 const PackageInfoRef& package = fPackageListener->Package(); in MessageReceived() local
[all …]
H A DPackageContentsView.cpp246 PackageContentsView::SetPackage(const PackageInfoRef& package) in SetPackage()
308 PackageInfoRef package; in _ContentPopulatorThread() local
331 PackageContentsView::_PopulatePackageContents(const PackageInfoRef& package) in _PopulatePackageContents()
/haiku/src/kits/package/manager/
H A DPackageManager.cpp230 BSolverPackage* package = installationRepository.PackageAt(i); in Uninstall() local
450 BSolverPackage* package = element->Package(); in _AnalyzeResult() local
474 BSolverPackage* package = packagesToActivate.ItemAt(i); in _AnalyzeResult() local
697 BSolverPackage* package, const BEntry& entry) in _ClonePackageFile()
747 BSolverPackage* package = packages.ItemAt(i); in _FindBasePackage() local
827 BSolverPackage* package = _AddLocalPackage(searchString); in _AddPackageSpecifiers() local
947 BSolverPackage* package; in AddLocalPackage() local
957 BPackageManager::MiscLocalRepository::GetPackagePath(BSolverPackage* package, in GetPackagePath()
990 BPackageManager::InstalledRepository::GetPackagePath(BSolverPackage* package, in GetPackagePath()
1016 BPackageManager::InstalledRepository::DisablePackage(BSolverPackage* package) in DisablePackage()
[all …]
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp275 BSolverPackage* package = packages.ItemAt(i); in Execute() local
303 BSolverPackage* package = packages.ItemAt(i); in Execute() local
333 BSolverPackage* package = packages.ItemAt(groupStart); in Execute() local
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp271 BSolverPackage* package = new(std::nothrow) BSolverPackage(this, info); in AddPackage() local
307 BSolverRepository::RemovePackage(BSolverPackage* package) in RemovePackage()
318 BSolverRepository::DeletePackage(BSolverPackage* package) in DeletePackage()

1234