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.cpp551 BString webAppRepositoryCode; local
555 webAppRepositoryCode = depot->WebAppRepositoryCode();
559 if (webAppRepositoryCode.IsEmpty()
567 webAppRepositoryCode, webAppRepositorySourceCode,
631 BString webAppRepositoryCode; local
647 webAppRepositoryCode = depot->WebAppRepositoryCode();
655 if (webAppRepositoryCode.IsEmpty()) {
681 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 36 milliseconds