1 Star 0 Fork 414

cheng.qian_a / communication_netmanager_base_6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hisysevent.yaml 2.93 KB
一键复制 编辑 原始数据 按行查看 历史
zhuwenchao 提交于 2022-08-24 16:04 . dfx:add hitrace,hievent,hidump
# Copyright (C) 2022 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: NETMANAGER
NET_CONN_SUPPLER_FAULT:
__BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send supplier fault event}
NET_SUPPLIER_UPDATE_SUPPLIERID: {type: INT32, desc: supplier id}
NET_SUPPLIER_UPDATE_SUPPLIERINFO: {type: STRING, desc: supplier info}
NET_SUPPLIER_UPDATE_NETLINKID: {type: INT32, desc: netlink id}
NET_SUPPLIER_UPDATE_NETLINKINFO: {type: STRING, desc: netlink info}
ERROR_TYPE: {type: INT32, desc: the error code}
ERROR_MSG: {type: STRING, desc: the error message}
NET_CONN_SUPPLER_STAT:
__BASE: {type: BEHAVIOR, level: CRITICAL, tag: NetManager, desc: send supplier behavior event}
NET_SUPPLIER_REGISTER_BEARERTYPE: {type: INT32, desc: bearer type code}
NET_SUPPLIER_REGISTER_IDENT: {type: INT32, desc: ident code}
NET_SUPPLIER_REGISTER_SUPPLIERID: {type: INT32, desc: supplier id}
NET_SUPPLIER_UPDATE_SUPPLIERID: {type: INT32, desc: supplier info}
NET_SUPPLIER_UPDATE_SUPPLIERINFO: {type: STRING, desc: supplier info}
NET_SUPPLIER_UPDATE_NETLINKID: {type: INT32, desc: netlink id}
NET_SUPPLIER_UPDATE_NETLINKINFO: {type: STRING, desc: netlink info}
ERROR_TYPE: {type: INT32, desc: the error code}
ERROR_MSG: {type: STRING, desc: the error message}
NET_CONN_REQUEST_FAULT:
__BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send request fault event}
NET_REQUEST_CAPABILITIE: {type: STRING, desc: cap abilities info}
ERROR_TYPE: {type: INT32, desc: the error code}
ERROR_MSG: {type: STRING, desc: the error message}
NET_CONN_REQUEST_STAT:
__BASE: {type: BEHAVIOR, level: CRITICAL, tag: NetManager, desc: send request behavior event}
NET_REQUEST_CAPABILITIE: {type: STRING, desc: cap abilities info}
NET_REQUEST_CALLBACK_AVAILABLE: {type: STRING, desc: the callback available}
NET_REQUEST_SUPPLIERIDENT: {type: INT32, desc: supplier ident}
NET_REQUEST_NETCAPS: {type: STRING, desc: net caps}
NET_CONN_MONITOR_FAULT:
__BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send monitor fault event}
NET_MONITOR_SOCKETFD: {type: INT32, desc: monitor socket fd}
NET_MONITOR_NETID: {type: INT32, desc: monitor network id}
ERROR_TYPE: {type: INT32, desc: the error code}
ERROR_MSG: {type: STRING, desc: the error message}
NET_CONN_MONITOR_STAT:
__BASE: {type: BEHAVIOR, level: CRITICAL, tag: NetManager, desc: send monitor behavior event}
NET_MONITOR_STATUS: {type: INT32, desc: monitor status}
1
https://gitee.com/cheng-qian-a/communication_netmanager_base_6.git
git@gitee.com:cheng-qian-a/communication_netmanager_base_6.git
cheng-qian-a
communication_netmanager_base_6
communication_netmanager_base_6
master

搜索帮助