1bc03f14fSopenharmony_ci/* 2bc03f14fSopenharmony_ci * Copyright (c) 2024 Huawei Device Co., Ltd. 3bc03f14fSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4bc03f14fSopenharmony_ci * you may not use this file except in compliance with the License. 5bc03f14fSopenharmony_ci * You may obtain a copy of the License at 6bc03f14fSopenharmony_ci * 7bc03f14fSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8bc03f14fSopenharmony_ci * 9bc03f14fSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10bc03f14fSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11bc03f14fSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12bc03f14fSopenharmony_ci * See the License for the specific language governing permissions and 13bc03f14fSopenharmony_ci * limitations under the License. 14bc03f14fSopenharmony_ci */ 15bc03f14fSopenharmony_ci 16bc03f14fSopenharmony_ci#include "cj_ffi/cj_common_ffi.h" 17bc03f14fSopenharmony_ci 18bc03f14fSopenharmony_ciextern "C" { 19bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSCreateStringPasteData = 0; 20bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSCreatePixelMapPasteData = 0; 21bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSCreateArrayBufPasteData = 0; 22bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSCreateStringPasteDataRecord = 0; 23bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSCreatePixelMapPasteDataRecord = 0; 24bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSCreateArrayBufPasteDataRecord = 0; 25bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataRecordToPlainText = 0; 26bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetPrimaryText = 0; 27bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetPrimaryHtml = 0; 28bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetPrimaryUri = 0; 29bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetPrimaryPixelMap = 0; 30bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetPrimaryMimeType = 0; 31bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetProperty = 0; 32bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataSetProperty = 0; 33bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetTag = 0; 34bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataHasType = 0; 35bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataAddRecord = 0; 36bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataAddMimeTypeRecord = 0; 37bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataAddPixelMapRecord = 0; 38bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataAddArrayRecord = 0; 39bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetMimeTypes = 0; 40bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetRecord = 0; 41bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataGetRecordCount = 0; 42bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataRemoveRecord = 0; 43bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSPasteDataReplaceRecord = 0; 44bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSGetSystemPasteboard = 0; 45bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSSystemPasteboardSetData = 0; 46bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSSystemPasteboardGetData = 0; 47bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSSystemPasteboardHasData = 0; 48bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSSystemPasteboardClearData = 0; 49bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSSystemPasteboardIsRemoteData = 0; 50bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSSystemPasteboardHasDataType = 0; 51bc03f14fSopenharmony_ciFFI_EXPORT int FfiOHOSSystemPasteboardGetDataSource = 0; 52bc03f14fSopenharmony_ci}