Searched refs:WebAppInterface (Results 1 - 12 of 12) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.h16 class WebAppInterface;
38 WebAppInterface* webAppInterface);
62 WebAppInterface* fWebAppInterface;
H A DModel.h21 #include "WebAppInterface.h"
161 WebAppInterface* GetWebAppInterface()
215 WebAppInterface fWebAppInterface;
H A DPackageScreenshotRepository.cpp12 #include "WebAppInterface.h"
20 WebAppInterface* webAppInterface)
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp6 #include "WebAppInterface.h"
111 WebAppInterface::WebAppInterface() function in class:WebAppInterface
116 WebAppInterface::~WebAppInterface()
122 WebAppInterface::SetCredentials(const UserCredentials& value)
133 WebAppInterface::Nickname()
141 WebAppInterface::GetChangelog(const BString& packageName, BMessage& message)
159 WebAppInterface::RetrieveUserRatingsForPackageForDisplay(
196 WebAppInterface
[all...]
H A DUserDetailVerifierProcess.cpp102 WebAppInterface* interface = fModel->GetWebAppInterface();
114 int32 errorCode = WebAppInterface::ErrorCodeFromResponse(userDetailResponse);
H A DIncrementViewCounterProcess.cpp11 #include "WebAppInterface.h"
84 WebAppInterface* webAppInterface = fModel->GetWebAppInterface();
88 int32 errorCode = WebAppInterface::ErrorCodeFromResponse(resultEnvelope);
H A DWebAppInterface.h46 class WebAppInterface { class
48 WebAppInterface();
49 virtual ~WebAppInterface();
H A DServerHelper.cpp21 #include "WebAppInterface.h"
54 errorCode = WebAppInterface::ErrorCodeFromResponse(errorMessage);
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp26 #include "WebAppInterface.h"
273 WebAppInterface* interface = fModel.GetWebAppInterface();
337 WebAppInterface* interface = fModel.GetWebAppInterface();
349 switch (WebAppInterface::ErrorCodeFromResponse(responseEnvelopeMessage)) {
351 result = WebAppInterface::UnpackUserDetail(
H A DToLatestUserUsageConditionsWindow.cpp25 #include "WebAppInterface.h"
296 WebAppInterface* interface = fModel.GetWebAppInterface();
365 WebAppInterface* webApp = fModel.GetWebAppInterface();
373 int32 errorCode = WebAppInterface::ErrorCodeFromResponse(responsePayload);
H A DUserLoginWindow.cpp40 #include "WebAppInterface.h"
524 WebAppInterface* interface = fModel.GetWebAppInterface();
531 int32 errorCode = WebAppInterface::ErrorCodeFromResponse(responsePayload);
821 WebAppInterface* interface = fModel.GetWebAppInterface();
841 WebAppInterface* interface = fModel.GetWebAppInterface();
860 WebAppInterface* interface = fModel.GetWebAppInterface();
877 if (WebAppInterface::ErrorCodeFromResponse(responsePayload)
1311 WebAppInterface* interface = fModel.GetWebAppInterface();
1329 int32 errorCode = WebAppInterface::ErrorCodeFromResponse(responsePayload);
H A DRatePackageWindow.cpp32 #include "WebAppInterface.h"
547 WebAppInterface* interface = fModel.GetWebAppInterface();
573 switch (WebAppInterface::ErrorCodeFromResponse(info)) {
651 WebAppInterface* interface = fModel.GetWebAppInterface();
688 switch (WebAppInterface::ErrorCodeFromResponse(info)) {

Completed in 78 milliseconds