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 14domain: DSLM 15 16SERVICE_START_FAILED: 17 __BASE: {type: FAULT, level: CRITICAL, tag: DSLM, desc: DSLM service start errors} 18 ERROR_TYPE: {type: UINT32, desc: error type } 19 20INIT_SELF_LEVEL_FAULT: 21 __BASE: {type: FAULT, level: CRITICAL, tag: DSLM, desc: Init self device security level fail } 22 ERROR_STR: {type: STRING, desc: error desc } 23 24CALL_INTERFACE: 25 __BASE: {type: STATISTIC, level: MINOR, tag: DSLM, desc: the external module call DSLM interface} 26 USER_ID: {type: INT32, desc: uid} 27 COST_TIME: {type: INT32, desc: cost time} 28 RET_CODE: {type: INT32, desc: ret code} 29 SEC_LEVEL: {type: INT32, desc: security level} 30 RET_MODE: {type: INT32, desc: ret mode} 31 LOCAL_MODEL: {type: STRING, desc: local model} 32 TARGET_MODEL: {type: STRING, desc: target model} 33 PKG_NAME: {type: STRING, desc: package name} 34 35QUERY_INFO: 36 __BASE: {type: STATISTIC, level: MINOR, tag: DSLM, desc: query other device info} 37 LOCAL_MODEL: {type: STRING, desc: local model} 38 TARGET_MODEL: {type: STRING, desc: target model} 39 LOCAL_VERSION: {type: UINT64, desc: local version} 40 TARGET_VERSION: {type: UINT64, desc: target version} 41 CRED_TYPE: {type: INT32, desc: cred type} 42 RET_CODE: {type: INT32, desc: ret code} 43 COST_TIME: {type: INT32, desc: cost time} 44 SEC_LEVEL: {type: INT32, desc: security level} 45