FreeRDP
ios_freerdp_ui.m File Reference
#import <Foundation/Foundation.h>
#import <freerdp/gdi/gdi.h>
#import "ios_freerdp_ui.h"
#import "RDPSession.h"

Functions

static void ios_resize_display_buffer (mfInfo *mfi)
 
static BOOL ios_ui_authenticate_raw (freerdp *instance, char **username, char **password, char **domain, const char *title)
 
BOOL ios_ui_authenticate (freerdp *instance, char **username, char **password, char **domain)
 
BOOL ios_ui_gw_authenticate (freerdp *instance, char **username, char **password, char **domain)
 
DWORD ios_ui_verify_certificate_ex (freerdp *instance, const char *host, UINT16 port, const char *common_name, const char *subject, const char *issuer, const char *fingerprint, DWORD flags)
 
DWORD ios_ui_verify_changed_certificate_ex (freerdp *instance, const char *host, UINT16 port, const char *common_name, const char *subject, const char *issuer, const char *fingerprint, const char *old_subject, const char *old_issuer, const char *old_fingerprint, DWORD flags)
 
BOOL ios_ui_begin_paint (rdpContext *context)
 
BOOL ios_ui_end_paint (rdpContext *context)
 
BOOL ios_ui_resize_window (rdpContext *context)
 
static void ios_create_bitmap_context (mfInfo *mfi)
 
void ios_allocate_display_buffer (mfInfo *mfi)
 

Function Documentation

◆ ios_allocate_display_buffer()

void ios_allocate_display_buffer ( mfInfo *  mfi)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_create_bitmap_context()

static void ios_create_bitmap_context ( mfInfo *  mfi)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_resize_display_buffer()

void ios_resize_display_buffer ( mfInfo *  mfi)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_ui_authenticate()

BOOL ios_ui_authenticate ( freerdp *  instance,
char **  username,
char **  password,
char **  domain 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_ui_authenticate_raw()

static BOOL ios_ui_authenticate_raw ( freerdp *  instance,
char **  username,
char **  password,
char **  domain,
const char *  title 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_ui_begin_paint()

BOOL ios_ui_begin_paint ( rdpContext *  context)
Here is the caller graph for this function:

◆ ios_ui_end_paint()

BOOL ios_ui_end_paint ( rdpContext *  context)
Here is the caller graph for this function:

◆ ios_ui_gw_authenticate()

BOOL ios_ui_gw_authenticate ( freerdp *  instance,
char **  username,
char **  password,
char **  domain 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_ui_resize_window()

BOOL ios_ui_resize_window ( rdpContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_ui_verify_certificate_ex()

DWORD ios_ui_verify_certificate_ex ( freerdp *  instance,
const char *  host,
UINT16  port,
const char *  common_name,
const char *  subject,
const char *  issuer,
const char *  fingerprint,
DWORD  flags 
)
Here is the caller graph for this function:

◆ ios_ui_verify_changed_certificate_ex()

DWORD ios_ui_verify_changed_certificate_ex ( freerdp *  instance,
const char *  host,
UINT16  port,
const char *  common_name,
const char *  subject,
const char *  issuer,
const char *  fingerprint,
const char *  old_subject,
const char *  old_issuer,
const char *  old_fingerprint,
DWORD  flags 
)
Here is the call graph for this function:
Here is the caller graph for this function: