Lines Matching refs:mParent
67 private ServerSession mParent; field in ServerOperation
107 mParent = p; in ServerOperation()
162 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in ServerOperation()
190 if (!mParent.handleAuthResp(requestHeader.mAuthResp)) { in ServerOperation()
192 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); in ServerOperation()
200 mParent.handleAuthChall(requestHeader); in ServerOperation()
324 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply()
330 mParent.sendResponse(type, sendHeader); in sendReply()
399 mParent.sendResponse(type, out.toByteArray()); in sendReply()
425 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null); in sendReply()
431 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null); in sendReply()
448 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in sendReply()
475 if (!mParent.handleAuthResp(requestHeader.mAuthResp)) { in sendReply()
477 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); in sendReply()
486 mParent.handleAuthChall(requestHeader); in sendReply()