FreeRDP
ios_cliprdr.m File Reference
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <winpr/stream.h>
#include <winpr/clipboard.h>
#include <freerdp/client/channels.h>
#include <freerdp/client/cliprdr.h>
#include "ios_cliprdr.h"

Functions

UINT ios_cliprdr_send_client_format_list (CliprdrClientContext *cliprdr)
 
static UINT ios_cliprdr_send_client_format_data_request (CliprdrClientContext *cliprdr, UINT32 formatId)
 
static UINT ios_cliprdr_send_client_capabilities (CliprdrClientContext *cliprdr)
 
static UINT ios_cliprdr_monitor_ready (CliprdrClientContext *cliprdr, const CLIPRDR_MONITOR_READY *monitorReady)
 
static UINT ios_cliprdr_server_capabilities (CliprdrClientContext *cliprdr, const CLIPRDR_CAPABILITIES *capabilities)
 
static UINT ios_cliprdr_server_format_list (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_LIST *formatList)
 
static UINT ios_cliprdr_server_format_list_response (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_LIST_RESPONSE *formatListResponse)
 
static UINT ios_cliprdr_server_lock_clipboard_data (CliprdrClientContext *cliprdr, const CLIPRDR_LOCK_CLIPBOARD_DATA *lockClipboardData)
 
static UINT ios_cliprdr_server_unlock_clipboard_data (CliprdrClientContext *cliprdr, const CLIPRDR_UNLOCK_CLIPBOARD_DATA *unlockClipboardData)
 
static UINT ios_cliprdr_server_format_data_request (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_DATA_REQUEST *formatDataRequest)
 
static UINT ios_cliprdr_server_format_data_response (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_DATA_RESPONSE *formatDataResponse)
 
static UINT ios_cliprdr_server_file_contents_request (CliprdrClientContext *cliprdr, const CLIPRDR_FILE_CONTENTS_REQUEST *fileContentsRequest)
 
static UINT ios_cliprdr_server_file_contents_response (CliprdrClientContext *cliprdr, const CLIPRDR_FILE_CONTENTS_RESPONSE *fileContentsResponse)
 
BOOL ios_cliprdr_init (mfContext *afc, CliprdrClientContext *cliprdr)
 
BOOL ios_cliprdr_uninit (mfContext *afc, CliprdrClientContext *cliprdr)
 

Function Documentation

◆ ios_cliprdr_init()

BOOL ios_cliprdr_init ( mfContext afc,
CliprdrClientContext *  cliprdr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_monitor_ready()

static UINT ios_cliprdr_monitor_ready ( CliprdrClientContext *  cliprdr,
const CLIPRDR_MONITOR_READY monitorReady 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_send_client_capabilities()

static UINT ios_cliprdr_send_client_capabilities ( CliprdrClientContext *  cliprdr)
static
Here is the caller graph for this function:

◆ ios_cliprdr_send_client_format_data_request()

static UINT ios_cliprdr_send_client_format_data_request ( CliprdrClientContext *  cliprdr,
UINT32  formatId 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_send_client_format_list()

UINT ios_cliprdr_send_client_format_list ( CliprdrClientContext *  cliprdr)

FreeRDP: A Remote Desktop Protocol Implementation Android Clipboard Redirection

Copyright 2013 Felix Long Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com Copyright 2023 Iordan Iordanov

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_server_capabilities()

static UINT ios_cliprdr_server_capabilities ( CliprdrClientContext *  cliprdr,
const CLIPRDR_CAPABILITIES capabilities 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_server_file_contents_request()

static UINT ios_cliprdr_server_file_contents_request ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FILE_CONTENTS_REQUEST fileContentsRequest 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ ios_cliprdr_server_file_contents_response()

static UINT ios_cliprdr_server_file_contents_response ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FILE_CONTENTS_RESPONSE fileContentsResponse 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ ios_cliprdr_server_format_data_request()

static UINT ios_cliprdr_server_format_data_request ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_DATA_REQUEST formatDataRequest 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_server_format_data_response()

static UINT ios_cliprdr_server_format_data_response ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_DATA_RESPONSE formatDataResponse 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_server_format_list()

static UINT ios_cliprdr_server_format_list ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_LIST formatList 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_cliprdr_server_format_list_response()

static UINT ios_cliprdr_server_format_list_response ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_LIST_RESPONSE formatListResponse 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ ios_cliprdr_server_lock_clipboard_data()

static UINT ios_cliprdr_server_lock_clipboard_data ( CliprdrClientContext *  cliprdr,
const CLIPRDR_LOCK_CLIPBOARD_DATA lockClipboardData 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ ios_cliprdr_server_unlock_clipboard_data()

static UINT ios_cliprdr_server_unlock_clipboard_data ( CliprdrClientContext *  cliprdr,
const CLIPRDR_UNLOCK_CLIPBOARD_DATA unlockClipboardData 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ ios_cliprdr_uninit()

BOOL ios_cliprdr_uninit ( mfContext afc,
CliprdrClientContext *  cliprdr 
)
Here is the call graph for this function:
Here is the caller graph for this function: