Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp111 DepotInfoRef depotInfoRef = DepotInfoRef( in RunInternal() local
114 if (!depotInfoRef.IsSet()) in RunInternal()
122 depotInfoRef->SetIdentifier(repoConfig.Identifier()); in RunInternal()
131 depots[i] = depotInfoRef; in RunInternal()
278 DepotInfoRef depotInfoRef(new(std::nothrow) DepotInfo(repoName), true); in RunInternal() local
280 if (!depotInfoRef.IsSet()) in RunInternal()
283 depots.push_back(depotInfoRef); in RunInternal()
287 depotInfoRef->AddPackage(it->second); in RunInternal()
/haiku/src/apps/haikudepot/model/
H A DModel.cpp152 DepotInfoRef depotInfoRef = *it; in PackageForName() local
153 PackageInfoRef packageInfoRef = depotInfoRef->PackageByName(name); in PackageForName()
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp968 DepotInfoRef depotInfoRef = *it; in _AdoptModel() local
969 for (int i = 0; i < depotInfoRef->CountPackages(); i++) { in _AdoptModel()
970 PackageInfoRef package = depotInfoRef->PackageAtIndex(i); in _AdoptModel()