mirror of
https://github.com/openharmony/security_device_auth.git
synced 2026-08-25 09:19:33 -04:00
4e6875a347
Signed-off-by: h30013885 <heyinshen1@huawei.com>
39 lines
1.6 KiB
YAML
39 lines
1.6 KiB
YAML
# Copyright (c) 2022-2023 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
domain: DEVICE_AUTH
|
|
|
|
CALL_EVENT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: the frequency of function calling}
|
|
REQ_ID: {type: INT64, desc: request id}
|
|
FUNC_NAME: {type: STRING, desc: function name}
|
|
APP_ID: {type: STRING, desc: app id}
|
|
OS_ACCOUNT_ID: {type: INT32, desc: os account id}
|
|
CALL_RESULT: {type: INT32, desc: call result}
|
|
|
|
FAULT_EVENT:
|
|
__BASE: {type: FAULT, level: CRITICAL, desc: fault event}
|
|
FUNCTION_NAME: {type: STRING, desc: function name}
|
|
FAULT_REASON: {type: INT32, desc: fault reason}
|
|
CRED_TYPE: {type: UINT8, desc: credential type}
|
|
GROUP_TYPE: {type: INT32, desc: group type}
|
|
APP_ID: {type: STRING, desc: app id}
|
|
|
|
STATISTIC_EVENT:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: Statistic Event}
|
|
APP_ID: {type: STRING, desc: app id}
|
|
COST_TIME: {type: INT64, desc: cost time}
|
|
CALL_RESULT: {type: INT32, desc: call result}
|
|
FUNCTION_NAME: {type: STRING, desc: function name}
|
|
CRED_TYPE: {type: UINT8, desc: credential type}
|
|
PROTOCOL_TYPE: {type: INT32, desc: protocol type} |