1a513582eSopenharmony_ci#  Copyright (c) 2022 Huawei Device Co., Ltd.
2a513582eSopenharmony_ci#  Licensed under the Apache License, Version 2.0 (the "License");
3a513582eSopenharmony_ci#  you may not use this file except in compliance with the License.
4a513582eSopenharmony_ci#  You may obtain a copy of the License at
5a513582eSopenharmony_ci#
6a513582eSopenharmony_ci#      http://www.apache.org/licenses/LICENSE-2.0
7a513582eSopenharmony_ci#
8a513582eSopenharmony_ci#  Unless required by applicable law or agreed to in writing, software
9a513582eSopenharmony_ci#  distributed under the License is distributed on an "AS IS" BASIS,
10a513582eSopenharmony_ci#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11a513582eSopenharmony_ci#  See the License for the specific language governing permissions and
12a513582eSopenharmony_ci#  limitations under the License.
13a513582eSopenharmony_ci
14a513582eSopenharmony_ci############################################
15a513582eSopenharmony_ci# the hisysevent definition for camera app #
16a513582eSopenharmony_ci############################################
17a513582eSopenharmony_ci
18a513582eSopenharmony_cidomain: DISK_DECRYPT_UE
19a513582eSopenharmony_ci
20a513582eSopenharmony_ciMIGRATION_DATA_INFORMATION:
21a513582eSopenharmony_ci    __BASE: {type: STATISTIC, level: CRITICAL, desc: migrationasst transfer information}
22a513582eSopenharmony_ci    transferFileSum: {type: INT32, desc: file sum}
23a513582eSopenharmony_ci    transferSuccFileNum: {type: INT32, desc: file succ num}
24a513582eSopenharmony_ci    transferTime: {type: INT32, desc: transfer time}
25a513582eSopenharmony_ci    transferAppNum: {type: INT32, desc: app num}
26a513582eSopenharmony_ci    transferFileSize: {type: STRING, desc: file size}
27a513582eSopenharmony_ci    version: {type: STRING, desc: version}
28a513582eSopenharmony_ci
29a513582eSopenharmony_ciTRANSMISSION_SPECIAL_CASE:
30a513582eSopenharmony_ci    __BASE: {type: STATISTIC, level: CRITICAL, desc: transfer special case}
31a513582eSopenharmony_ci    SSDDisconnection: {type: STRING, desc: ssd disconnection}
32a513582eSopenharmony_ci    InsufficientSpace: {type: STRING, desc: insufficient space}
33a513582eSopenharmony_ci    version: {type: STRING, desc: version}
34