Searched refs:webAppRepositorySourceCode (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.h61 const BString& webAppRepositorySourceCode,
70 const BString& webAppRepositorySourceCode,
79 const BString& webAppRepositorySourceCode,
H A DServerPkgDataUpdateProcess.cpp255 BString webAppRepositorySourceCode = _DeriveWebAppRepositorySourceCode(); local
257 if (!webAppRepositorySourceCode.IsEmpty()) {
259 return fModel->DumpExportPkgDataPath(path, webAppRepositorySourceCode);
H A DWebAppInterface.cpp162 const BString& webAppRepositorySourceCode,
177 if (!webAppRepositorySourceCode.IsEmpty()) {
179 requestEnvelopeWriter.WriteString(webAppRepositorySourceCode);
200 const BString& webAppRepositorySourceCode,
218 requestEnvelopeWriter.WriteString(webAppRepositorySourceCode.String());
551 const BString& webAppRepositorySourceCode,
570 requestEnvelopeWriter.WriteString(webAppRepositorySourceCode.String());
159 RetrieveUserRatingsForPackageForDisplay( const BString& packageName, const BString& webAppRepositoryCode, const BString& webAppRepositorySourceCode, int resultOffset, int maxResults, BMessage& message) argument
196 RetrieveUserRatingForPackageAndVersionByUser( const BString& packageName, const BPackageVersion& version, const BString& architecture, const BString& webAppRepositoryCode, const BString& webAppRepositorySourceCode, const BString& userNickname, BMessage& message) argument
547 CreateUserRating(const BString& packageName, const BPackageVersion& version, const BString& architecture, const BString& webAppRepositoryCode, const BString& webAppRepositorySourceCode, const BString& naturalLanguageCode, const BString& comment, const BString& stability, int rating, BMessage& message) argument
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp534 BString webAppRepositorySourceCode; local
538 webAppRepositorySourceCode = depot->WebAppRepositorySourceCode();
542 || webAppRepositorySourceCode.IsEmpty()) {
549 webAppRepositoryCode, webAppRepositorySourceCode,
614 BString webAppRepositorySourceCode; local
630 webAppRepositorySourceCode = depot->WebAppRepositorySourceCode();
644 if (webAppRepositorySourceCode.IsEmpty()) {
663 architecture, webAppRepositoryCode, webAppRepositorySourceCode,
/haiku/src/apps/haikudepot/model/
H A DModel.cpp563 BString webAppRepositorySourceCode; local
572 webAppRepositorySourceCode
579 webAppRepositoryCode, webAppRepositorySourceCode, 0,

Completed in 113 milliseconds