Searched refs:webAppRepositoryCode (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.h60 const BString& webAppRepositoryCode,
69 const BString& webAppRepositoryCode,
78 const BString& webAppRepositoryCode,
H A DWebAppInterface.cpp161 const BString& webAppRepositoryCode,
182 if (!webAppRepositoryCode.IsEmpty()) {
184 requestEnvelopeWriter.WriteString(webAppRepositoryCode);
199 const BString& webAppRepositoryCode,
216 requestEnvelopeWriter.WriteString(webAppRepositoryCode.String());
550 const BString& webAppRepositoryCode,
568 requestEnvelopeWriter.WriteString(webAppRepositoryCode.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.cpp533 BString webAppRepositoryCode; local
537 webAppRepositoryCode = depot->WebAppRepositoryCode();
541 if (webAppRepositoryCode.IsEmpty()
549 webAppRepositoryCode, webAppRepositorySourceCode,
613 BString webAppRepositoryCode; local
629 webAppRepositoryCode = depot->WebAppRepositoryCode();
637 if (webAppRepositoryCode.IsEmpty()) {
663 architecture, webAppRepositoryCode, webAppRepositorySourceCode,
/haiku/src/apps/haikudepot/model/
H A DModel.cpp562 BString webAppRepositoryCode; local
571 webAppRepositoryCode = depot->WebAppRepositoryCode();
579 webAppRepositoryCode, webAppRepositorySourceCode, 0,

Completed in 93 milliseconds