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