• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: NETMANAGER
15
16NET_CONN_SUPPLER_FAULT:
17  __BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send supplier fault event}
18  NET_SUPPLIER_UPDATE_SUPPLIERID: {type: INT32, desc: supplier id}
19  NET_SUPPLIER_UPDATE_SUPPLIERINFO: {type: STRING, desc: supplier info}
20  NET_SUPPLIER_UPDATE_NETLINKID: {type: INT32, desc: netlink id}
21  NET_SUPPLIER_UPDATE_NETLINKINFO: {type: STRING, desc: netlink info}
22  ERROR_TYPE: {type: INT32, desc: the error code}
23  ERROR_MSG: {type: STRING, desc: the error message}
24
25NET_CONN_SUPPLER_STAT:
26  __BASE: {type: BEHAVIOR, level: CRITICAL, tag: NetManager, desc: send supplier behavior event}
27  NET_SUPPLIER_REGISTER_BEARERTYPE: {type: INT32, desc: bearer type code}
28  NET_SUPPLIER_REGISTER_IDENT: {type: STRING, desc: ident code}
29  NET_SUPPLIER_REGISTER_SUPPLIERID: {type: INT32, desc: supplier id}
30  NET_SUPPLIER_UPDATE_SUPPLIERID: {type: INT32, desc: supplier info}
31  NET_SUPPLIER_UPDATE_SUPPLIERINFO: {type: STRING, desc: supplier info}
32  NET_SUPPLIER_UPDATE_NETLINKID: {type: INT32, desc: netlink id}
33  NET_SUPPLIER_UPDATE_NETLINKINFO: {type: STRING, desc: netlink info}
34  ERROR_TYPE: {type: INT32, desc: the error code}
35  ERROR_MSG: {type: STRING, desc: the error message}
36
37NET_CONN_REQUEST_FAULT:
38  __BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send request fault event}
39  NET_REQUEST_CAPABILITIE: {type: STRING, desc: cap abilities info}
40  ERROR_TYPE: {type: INT32, desc: the error code}
41  ERROR_MSG: {type: STRING, desc: the error message}
42
43NET_CONN_REQUEST_STAT:
44  __BASE: {type: BEHAVIOR, level: CRITICAL, tag: NetManager, desc: send request behavior event}
45  NET_REQUEST_CAPABILITIE: {type: STRING, desc: cap abilities info}
46  NET_REQUEST_CALLBACK_AVAILABLE: {type: STRING, desc: the callback available}
47  NET_REQUEST_SUPPLIERIDENT: {type: STRING, desc: supplier ident}
48  NET_REQUEST_NETCAPS: {type: STRING, desc: net caps}
49
50NET_CONN_MONITOR_FAULT:
51  __BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send monitor fault event}
52  NET_MONITOR_SOCKETFD: {type: INT32, desc: monitor socket fd}
53  NET_MONITOR_NETID: {type: INT32, desc: monitor network id}
54  ERROR_TYPE: {type: INT32, desc: the error code}
55  ERROR_MSG: {type: STRING, desc: the error message}
56
57NET_CONN_MONITOR_STAT:
58  __BASE: {type: BEHAVIOR, level: CRITICAL, tag: NetManager, desc: send monitor behavior event}
59  NET_MONITOR_STATUS: {type: INT32, desc: monitor status}
60
61NET_SHARING_SETUP_FAULT:
62  __BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send setup fault event}
63  SHARING_TYPE: {type: INT32, desc: if the sharing or not}
64  OPERATION_TYPE: {type: INT32, desc: the operator type}
65  ERROR_TYPE: {type: INT32, desc: the error code}
66  ERROR_MSG: {type: STRING, desc: the error message}
67
68NET_SHARING_CANCLE_FAULT:
69  __BASE: {type: FAULT, level: CRITICAL, tag: NetManager, desc: send cancle fault event}
70  SHARING_TYPE: {type: INT32, desc: if the sharing or not}
71  OPERATION_TYPE: {type: INT32, desc: the operator type}
72  ERROR_TYPE: {type: INT32, desc: the error code}
73  ERROR_MSG: {type: STRING, desc: the error message}
74
75NET_SHARING_TIME_STAT:
76  __BASE: {type: BEHAVIOR, level: MINOR, tag: NetManager, desc: sharing state message}
77  SHARING_COUNT: {type: INT32, desc: the number of sharing}
78  SHARING_TYPE: {type: INT32, desc: type code of sharing}
79
80NET_MDNS_REQUEST_FAULT:
81  __BASE: {type: FAULT, level: CRITICAL, desc: send request fault event}
82  INFO: {type: STRING, desc: mDNS info}
83  ERROR_TYPE: {type: INT32, desc: the error code}
84  ERROR_MSG: {type: STRING, desc: the error message}
85
86NET_MDNS_REQUEST_BEHAVIOR:
87  __BASE: {type: BEHAVIOR, level: MINOR, desc: send request behavior event}
88  INFO: {type: STRING, desc: mDNS info}
89
90