1 /*
2 * Copyright (c) 2023 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16 #include "conn_event.h"
17 #include "disc_event.h"
18 #include "lnn_event.h"
19 #include "trans_event.h"
20
ConnEventInner(int32_t scene,int32_t stage,const char * func,int32_t line,ConnEventExtra * extra)21 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra)
22 {
23 (void)scene;
24 (void)stage;
25 (void)func;
26 (void)line;
27 (void)extra;
28 }
29
ConnAlarmInner(int32_t scene,int32_t type,const char * func,int32_t line,ConnAlarmExtra * extra)30 void ConnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, ConnAlarmExtra *extra)
31 {
32 (void)scene;
33 (void)func;
34 (void)line;
35 (void)extra;
36 }
37
ConnStatsInner(int32_t scene,const char * func,int32_t line,ConnStatsExtra * extra)38 void ConnStatsInner(int32_t scene, const char *func, int32_t line, ConnStatsExtra *extra)
39 {
40 (void)scene;
41 (void)func;
42 (void)line;
43 (void)extra;
44 }
45
ConnAuditInner(int32_t scene,const char * func,int32_t line,ConnAuditExtra * extra)46 void ConnAuditInner(int32_t scene, const char *func, int32_t line, ConnAuditExtra *extra)
47 {
48 (void)scene;
49 (void)func;
50 (void)line;
51 (void)extra;
52 }
53
DiscEventInner(int32_t scene,int32_t stage,const char * func,int32_t line,DiscEventExtra * extra)54 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra)
55 {
56 (void)scene;
57 (void)stage;
58 (void)func;
59 (void)line;
60 (void)extra;
61 }
62
DiscAlarmInner(int32_t scene,int32_t type,const char * func,int32_t line,DiscAlarmExtra * extra)63 void DiscAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, DiscAlarmExtra *extra)
64 {
65 (void)scene;
66 (void)func;
67 (void)line;
68 (void)extra;
69 }
70
DiscStatsInner(int32_t scene,const char * func,int32_t line,DiscStatsExtra * extra)71 void DiscStatsInner(int32_t scene, const char *func, int32_t line, DiscStatsExtra *extra)
72 {
73 (void)scene;
74 (void)func;
75 (void)line;
76 (void)extra;
77 }
78
DiscAuditInner(int32_t scene,const char * func,int32_t line,DiscAuditExtra * extra)79 void DiscAuditInner(int32_t scene, const char *func, int32_t line, DiscAuditExtra *extra)
80 {
81 (void)scene;
82 (void)func;
83 (void)line;
84 (void)extra;
85 }
86
DiscEventExtraInit(DiscEventExtra * extra)87 void DiscEventExtraInit(DiscEventExtra *extra)
88 {
89 (void)extra;
90 }
91
LnnEventInner(int32_t scene,int32_t stage,const char * func,int32_t line,LnnEventExtra * extra)92 void LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra)
93 {
94 (void)scene;
95 (void)stage;
96 (void)func;
97 (void)line;
98 (void)extra;
99 }
100
LnnAlarmInner(int32_t scene,int32_t type,const char * func,int32_t line,LnnAlarmExtra * extra)101 void LnnAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, LnnAlarmExtra *extra)
102 {
103 (void)scene;
104 (void)func;
105 (void)line;
106 (void)extra;
107 }
108
LnnStatsInner(int32_t scene,const char * func,int32_t line,LnnStatsExtra * extra)109 void LnnStatsInner(int32_t scene, const char *func, int32_t line, LnnStatsExtra *extra)
110 {
111 (void)scene;
112 (void)func;
113 (void)line;
114 (void)extra;
115 }
116
LnnAuditInner(int32_t scene,const char * func,int32_t line,LnnAuditExtra * extra)117 void LnnAuditInner(int32_t scene, const char *func, int32_t line, LnnAuditExtra *extra)
118 {
119 (void)scene;
120 (void)func;
121 (void)line;
122 (void)extra;
123 }
124
LnnEventExtraInit(LnnEventExtra * extra)125 void LnnEventExtraInit(LnnEventExtra *extra)
126 {
127 (void)extra;
128 }
129
TransEventInner(int32_t scene,int32_t stage,const char * func,int32_t line,TransEventExtra * extra)130 void TransEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, TransEventExtra *extra)
131 {
132 (void)scene;
133 (void)stage;
134 (void)func;
135 (void)line;
136 (void)extra;
137 }
138
TransAlarmInner(int32_t scene,int32_t type,const char * func,int32_t line,TransAlarmExtra * extra)139 void TransAlarmInner(int32_t scene, int32_t type, const char *func, int32_t line, TransAlarmExtra *extra)
140 {
141 (void)scene;
142 (void)func;
143 (void)line;
144 (void)extra;
145 }
146
TransStatsInner(int32_t scene,const char * func,int32_t line,TransStatsExtra * extra)147 void TransStatsInner(int32_t scene, const char *func, int32_t line, TransStatsExtra *extra)
148 {
149 (void)scene;
150 (void)func;
151 (void)line;
152 (void)extra;
153 }
154
TransAuditInner(int32_t scene,const char * func,int32_t line,TransAuditExtra * extra)155 void TransAuditInner(int32_t scene, const char *func, int32_t line, TransAuditExtra *extra)
156 {
157 (void)scene;
158 (void)func;
159 (void)line;
160 (void)extra;
161 }
162