1 /*
2  * Copyright (c) 2024 Huawei Device Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include "bridge/cj_frontend/interfaces/cj_ffi/cj_macro.h"
17 
18 extern "C" {
19 CJ_EXPORT int FfiOHOSAceFrameworkPersistentCreate = 0;
20 CJ_EXPORT int FfiOHOSAceFrameworkPersistentGet = 0;
21 CJ_EXPORT int FfiOHOSAceFrameworkPersistentSet = 0;
22 CJ_EXPORT int FfiOHOSAceFrameworkPersistentDelete = 0;
23 CJ_EXPORT int FfiOHOSAceFrameworkPersistentClear = 0;
24 CJ_EXPORT int FfiOHOSAceFrameworkEnvironmentGetAccessibilityEnabled = 0;
25 CJ_EXPORT int FfiOHOSAceFrameworkEnvironmentGetColorMode = 0;
26 CJ_EXPORT int FfiOHOSAceFrameworkEnvironmentGetFontScale = 0;
27 CJ_EXPORT int FfiOHOSAceFrameworkEnvironmentGetFontWeightScale = 0;
28 CJ_EXPORT int FfiOHOSAceFrameworkEnvironmentGetLayoutDirection = 0;
29 CJ_EXPORT int FfiOHOSAceFrameworkEnvironmentGetLanguageCode = 0;
30 CJ_EXPORT int FfiOHOSAceFrameworkPersistentGetString = 0;
31 CJ_EXPORT int FfiOHOSAceFrameworkPersistentGetInt64 = 0;
32 CJ_EXPORT int FfiOHOSAceFrameworkPersistentGetFloat64 = 0;
33 CJ_EXPORT int FfiOHOSAceFrameworkPersistentGetBool = 0;
34 CJ_EXPORT int FfiOHOSAceFrameworkPersistentSetString = 0;
35 CJ_EXPORT int FfiOHOSAceFrameworkPersistentSetInt64 = 0;
36 CJ_EXPORT int FfiOHOSAceFrameworkPersistentSetFloat64 = 0;
37 CJ_EXPORT int FfiOHOSAceFrameworkPersistentSetBool = 0;
38 }