1365d9939Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
2365d9939Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3365d9939Sopenharmony_ci# you may not use this file except in compliance with the License.
4365d9939Sopenharmony_ci# You may obtain a copy of the License at
5365d9939Sopenharmony_ci#
6365d9939Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0
7365d9939Sopenharmony_ci#
8365d9939Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9365d9939Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10365d9939Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11365d9939Sopenharmony_ci# See the License for the specific language governing permissions and
12365d9939Sopenharmony_ci# limitations under the License.
13365d9939Sopenharmony_ci
14365d9939Sopenharmony_ci1.0 {
15365d9939Sopenharmony_ci  global:
16365d9939Sopenharmony_ci    *_cfi_*;
17365d9939Sopenharmony_ci    extern "C++" {
18365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockManager::GetInstance*;
19365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockManager::Lock*;
20365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockManager::IsLocked*;
21365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockManager::IsScreenLocked*;
22365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockManager::GetSecure*;
23365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockManager::Unlock*;
24365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockManager::RequestStrongAuth*;
25365d9939Sopenharmony_ci      *OHOS::ScreenLock::ScreenLockCallbackStub*;
26365d9939Sopenharmony_ci    };
27365d9939Sopenharmony_ci  local:
28365d9939Sopenharmony_ci    *;
29365d9939Sopenharmony_ci};
30