Searched refs:depotInfoRef (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp110 DepotInfoRef depotInfoRef = DepotInfoRef( local
113 if (!depotInfoRef.IsSet())
121 depotInfoRef->SetIdentifier(repoConfig.Identifier());
130 depots[i] = depotInfoRef;
276 DepotInfoRef depotInfoRef(new(std::nothrow) DepotInfo(repoName), true);
278 if (!depotInfoRef.IsSet())
281 depots.push_back(depotInfoRef);
285 depotInfoRef->AddPackage(it->second);
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp956 DepotInfoRef depotInfoRef = *it; local
957 for (int i = 0; i < depotInfoRef->CountPackages(); i++) {
958 PackageInfoRef package = depotInfoRef->PackageAtIndex(i);
/haiku/src/apps/haikudepot/model/
H A DModel.cpp274 DepotInfoRef depotInfoRef = *it; local
275 PackageInfoRef packageInfoRef = depotInfoRef->PackageByName(name);

Completed in 93 milliseconds