Searched refs:responsePayload (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp523 BMessage responsePayload; local
527 responsePayload);
531 int32 errorCode = WebAppInterface::ErrorCodeFromResponse(responsePayload);
534 _UnpackAuthenticationToken(responsePayload, token);
536 ServerHelper::NotifyServerJsonRpcError(responsePayload);
577 UserLoginWindow::_UnpackAuthenticationToken(BMessage& responsePayload, argument
581 if (responsePayload.FindMessage("result", &resultPayload) == B_OK) {
861 BMessage responsePayload; local
863 status_t status = interface->RequestCaptcha(responsePayload);
877 if (WebAppInterface::ErrorCodeFromResponse(responsePayload)
905 _UnpackCaptcha(BMessage& responsePayload, Captcha& captcha) argument
1312 BMessage responsePayload; local
[all...]
H A DToLatestUserUsageConditionsWindow.cpp364 BMessage responsePayload; local
367 fUserUsageConditions.Code(), responsePayload);
373 int32 errorCode = WebAppInterface::ErrorCodeFromResponse(responsePayload);
383 ServerHelper::NotifyServerJsonRpcError(responsePayload);
H A DUserLoginWindow.h64 BMessage& responsePayload, BString& token);
101 status_t _UnpackCaptcha(BMessage& responsePayload,
/haiku/src/apps/haikudepot/server/
H A DServerHelper.cpp35 \param responsePayload The top level payload returned from the server.
39 ServerHelper::NotifyServerJsonRpcError(BMessage& responsePayload) argument
42 message.AddMessage("error", &responsePayload);
H A DWebAppInterface.h110 BMessage& responsePayload);
H A DWebAppInterface.cpp492 BMessage& responsePayload)
508 NEEDS_AUTHORIZATION, responsePayload);
491 AgreeUserUsageConditions(const BString& code, BMessage& responsePayload) argument
/haiku/src/apps/haikudepot/model/
H A DModel.h180 const BMessage &responsePayload,
H A DModel.cpp903 Model::_MaybeLogJsonRpcError(const BMessage &responsePayload, argument
910 if (responsePayload.FindMessage("error", &error) == B_OK

Completed in 234 milliseconds