1484543d1Sopenharmony_ci# Copyright (c) 2024 Huawei Device Co., Ltd.
2484543d1Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3484543d1Sopenharmony_ci# you may not use this file except in compliance with the License.
4484543d1Sopenharmony_ci# You may obtain a copy of the License at
5484543d1Sopenharmony_ci#
6484543d1Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7484543d1Sopenharmony_ci#
8484543d1Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9484543d1Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10484543d1Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11484543d1Sopenharmony_ci# See the License for the specific language governing permissions and
12484543d1Sopenharmony_ci# limitations under the License.
13484543d1Sopenharmony_ci
14484543d1Sopenharmony_cidomain: FFRT
15484543d1Sopenharmony_ci
16484543d1Sopenharmony_ciAI_KERN_POWER_UP_ERR:
17484543d1Sopenharmony_ci  __BASE: {type: FAULT, level: MINOR, desc: AI KERNEL ipu fail or status invalid, preserve: true}
18484543d1Sopenharmony_ci  ERROR_LEVEL: {type: INT32, desc: error level}
19484543d1Sopenharmony_ci  IC_NAME: {type: STRING, desc: IC name}
20484543d1Sopenharmony_ci  MODULE_NAME: {type: STRING, desc: module name}
21484543d1Sopenharmony_ci  DESCRIPTION: {type: STRING, desc: description}
22484543d1Sopenharmony_ci  COUNT: {type: INT32, desc: report counts}
23484543d1Sopenharmony_ci  CONTENT: {type: STRING, desc: fault message}
24484543d1Sopenharmony_ci  DEVICE_NAME: {type: STRING, desc: device name}
25484543d1Sopenharmony_ci  RUNNING_TEST_SWITCH: {type: BOOL, desc: running_test_switch}
26484543d1Sopenharmony_ci  FAULT_PHENOMENON: {type: STRING, desc: fault_phenomenon}
27484543d1Sopenharmony_ci  NFF_THRESHOLD_MOUTH: {type: INT32, desc: nff_threshold_mouth}
28484543d1Sopenharmony_ci  NFF_THRESHOLD_DAY: {type: INT32, desc: nff_threshold_day}
29484543d1Sopenharmony_ci
30484543d1Sopenharmony_ciAI_KERN_WTD_TIMEOUT_ERR:
31484543d1Sopenharmony_ci  __BASE: {type: FAULT, level: MINOR, desc: AI KERNEL ipu soft wtd timeout, preserve: true}
32484543d1Sopenharmony_ci  ERROR_LEVEL: {type: INT32, desc: error level}
33484543d1Sopenharmony_ci  IC_NAME: {type: STRING, desc: IC name}
34484543d1Sopenharmony_ci  MODULE_NAME: {type: STRING, desc: module name}
35484543d1Sopenharmony_ci  DESCRIPTION: {type: STRING, desc: description}
36484543d1Sopenharmony_ci  COUNT: {type: INT32, desc: report counts}
37484543d1Sopenharmony_ci  CONTENT: {type: STRING, desc: fault message}
38484543d1Sopenharmony_ci  DEVICE_NAME: {type: STRING, desc: device name}
39484543d1Sopenharmony_ci  RUNNING_TEST_SWITCH: {type: BOOL, desc: running_test_switch}
40484543d1Sopenharmony_ci  FAULT_PHENOMENON: {type: STRING, desc: fault_phenomenon}
41484543d1Sopenharmony_ci  NFF_THRESHOLD_MOUTH: {type: INT32, desc: nff_threshold_mouth}
42484543d1Sopenharmony_ci  NFF_THRESHOLD_DAY: {type: INT32, desc: nff_threshold_day}
43484543d1Sopenharmony_ci
44484543d1Sopenharmony_ciTASK_TIMEOUT:
45484543d1Sopenharmony_ci  __BASE: {type: FAULT, level: CRITICAL, desc: task timeout, preserve: true}
46484543d1Sopenharmony_ci  SENARIO: {type: STRING, desc: senario}
47484543d1Sopenharmony_ci  PROCESS_NAME: {type: STRING, desc: process name}
48484543d1Sopenharmony_ci  MSG: {type: STRING, desc: message}