• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2024 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
14domain: DEVICE_AUTH
15
16CALL_EVENT:
17  __BASE: {type: BEHAVIOR, level: CRITICAL, desc: the frequency of function calling, preserve: true}
18  FUNC_NAME: {type: STRING, desc: function name}
19  APP_ID: {type: STRING, desc: app id}
20  OS_ACCOUNT_ID: {type: INT32, desc: os account id}
21  CALL_RESULT: {type: INT32, desc: call result}
22  PROCESS_CODE: {type: INT32, desc: process code}
23  CRED_TYPE: {type: UINT8, desc: credential type}
24  GROUP_TYPE: {type: INT32, desc: group type}
25  EXECUTION_TIME: {type: INT64, desc: execution time}
26  EXT_INFO: {type: STRING, desc: extra info}
27
28DEVAUTH_BEHAVIOR:
29  __BASE: {type: BEHAVIOR, level: CRITICAL, desc: device auth behavior, preserve: false}
30  ORG_PKG: {type: STRING, desc: package name}
31  FUNC: {type: STRING, desc: function name}
32  BIZ_SCENE: {type: INT32, desc: business scene}
33  BIZ_STATE: {type: INT32, desc: business state}
34  BIZ_STAGE: {type: INT32, desc: business stage}
35  STAGE_RES: {type: INT32, desc: stage res}
36  ERROR_CODE: {type: INT32, desc: error code}
37  TO_CALL_PKG: {type: STRING, desc: call package}
38  HOST_PKG: {type: STRING, desc: host package}
39  LOCAL_UDID: {type: STRING, desc: local udid}
40  PEER_UDID: {type: STRING, desc: peer udid}
41  CONCURRENT_ID: {type: STRING, desc: concurrent id}
42
43FAULT_EVENT:
44  __BASE: {type: FAULT, level: CRITICAL, desc: fault event, preserve: true}
45  APP_ID: {type: STRING, desc: app id}
46  PROCESS_CODE: {type: INT32, desc: process code}
47  FUNC_NAME: {type: STRING, desc: function name}
48  REQ_ID: {type: INT64, desc: request id}
49  ERROR_CODE: {type: INT32, desc: error code}
50  FAULT_INFO: {type: STRING, desc: error information}