10826e83eSopenharmony_ci/* 20826e83eSopenharmony_ci * Copyright (c) 2024 Huawei Device Co., Ltd. 30826e83eSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 40826e83eSopenharmony_ci * you may not use this file except in compliance with the License. 50826e83eSopenharmony_ci * You may obtain a copy of the License at 60826e83eSopenharmony_ci * 70826e83eSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 80826e83eSopenharmony_ci * 90826e83eSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 100826e83eSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 110826e83eSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 120826e83eSopenharmony_ci * See the License for the specific language governing permissions and 130826e83eSopenharmony_ci * limitations under the License. 140826e83eSopenharmony_ci */ 150826e83eSopenharmony_ci 160826e83eSopenharmony_ci#include "cj_common_ffi.h" 170826e83eSopenharmony_ci 180826e83eSopenharmony_ciextern "C" { 190826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlConstructor = 0; 200826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlConstructorWithWebTag = 0; 210826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlInitializeWebEngine = 0; 220826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlSetHttpDns = 0; 230826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlSetWebDebuggingAccess = 0; 240826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlLoadUrl = 0; 250826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlLoadUrlWithHeaders = 0; 260826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlLoadData = 0; 270826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlRefresh = 0; 280826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetUserAgent = 0; 290826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlAccessForward = 0; 300826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlAccessBackward = 0; 310826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlSetCustomUserAgent = 0; 320826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetCustomUserAgent = 0; 330826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlRunJavaScript = 0; 340826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlRegisterJavaScriptProxy = 0; 350826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetUrl = 0; 360826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetOriginalUrl = 0; 370826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlPageUp = 0; 380826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlPageDown = 0; 390826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlScrollTo = 0; 400826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlScrollBy = 0; 410826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlForward = 0; 420826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlBackward = 0; 430826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlBackOrForward = 0; 440826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetPageHeight = 0; 450826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetTitle = 0; 460826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlZoom = 0; 470826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlZoomIn = 0; 480826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlZoomOut = 0; 490826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlClearHistory = 0; 500826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlAccessStep = 0; 510826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlOnActive = 0; 520826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlOnInactive = 0; 530826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetHitTest = 0; 540826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetHitTestValue = 0; 550826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlStoreWebArchive = 0; 560826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlEnableSafeBrowsing = 0; 570826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlIsSafeBrowsingEnabled = 0; 580826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetSecurityLevel = 0; 590826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlIsIncognitoMode = 0; 600826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlRemoveCache = 0; 610826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlGetBackForwardEntries = 0; 620826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlStop = 0; 630826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlPostUrl = 0; 640826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlSetDownloadDelegate = 0; 650826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebviewCtlStartDownload = 0; 660826e83eSopenharmony_ci 670826e83eSopenharmony_ci// webCookieView 680826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrClearSessionCookieSync = 0; 690826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrClearAllCookiesSync = 0; 700826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrExistCookie = 0; 710826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrIsThirdPartyCookieAllowed = 0; 720826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrPutAcceptThirdPartyCookieEnabled = 0; 730826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrIsCookieAllowed = 0; 740826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrPutAcceptCookieEnabled = 0; 750826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrConfigCookieSync = 0; 760826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSCookieMgrFetchCookieSync = 0; 770826e83eSopenharmony_ci 780826e83eSopenharmony_ci// BackForwardList 790826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSBackForwardListCurrentIndex = 0; 800826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSBackForwardListSize = 0; 810826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSGetItemAtIndex = 0; 820826e83eSopenharmony_ci 830826e83eSopenharmony_ci// WebDownloadItemImpl 840826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplConstructor = 0; 850826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetGuid = 0; 860826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetCurrentSpeed = 0; 870826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetPercentComplete = 0; 880826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetTotalBytes = 0; 890826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetReceivedBytes = 0; 900826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetState = 0; 910826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetLastErrorCode = 0; 920826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetMethod = 0; 930826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetMimeType = 0; 940826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetUrl = 0; 950826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetSuggestedFileName = 0; 960826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplGetFullPath = 0; 970826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplStart = 0; 980826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplCancel = 0; 990826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplPause = 0; 1000826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplResume = 0; 1010826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplSerialize = 0; 1020826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadItemImplDeserialize = 0; 1030826e83eSopenharmony_ci 1040826e83eSopenharmony_ci// WebDownloadDelegateImpl 1050826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadDelegateImplConstructor = 0; 1060826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadDelegateImplOnBeforeDownload = 0; 1070826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadDelegateImplOnDownloadUpdated = 0; 1080826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadDelegateImplOnDownloadFinish = 0; 1090826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadDelegateImplOnDownloadFailed = 0; 1100826e83eSopenharmony_ci 1110826e83eSopenharmony_ci// WebDownloadManagerImpl 1120826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadManagerImplSetDownloadDelegate = 0; 1130826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebDownloadManagerImplResumeDownload = 0; 1140826e83eSopenharmony_ci 1150826e83eSopenharmony_ci// webStorage 1160826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebStorageDeleteOrigin = 0; 1170826e83eSopenharmony_ciFFI_EXPORT int FfiOHOSWebStorageDeleteAllData = 0; 1180826e83eSopenharmony_ci}