Home
last modified time | relevance | path

Searched refs:SoftbusEventInner (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dtrans_event.c35 SoftbusEventInner(EVENT_MODULE_TRANS, &form); in TransEventInner()
48 SoftbusEventInner(EVENT_MODULE_TRANS_ALARM, &form); in TransAlarmInner()
H A Dconn_event.c35 SoftbusEventInner(EVENT_MODULE_CONN, &form); in ConnEventInner()
51 SoftbusEventInner(EVENT_MODULE_CONN_ALARM, &form); in ConnAlarmInner()
H A Ddisc_event.c35 SoftbusEventInner(EVENT_MODULE_DISC, &form); in DiscEventInner()
48 SoftbusEventInner(EVENT_MODULE_DISC_ALARM, &form); in DiscAlarmInner()
H A Dlnn_event.c35 SoftbusEventInner(EVENT_MODULE_LNN, &form); in LnnEventInner()
48 SoftbusEventInner(EVENT_MODULE_LNN_ALARM, &form); in LnnAlarmInner()
H A Dstats_event.c30 SoftbusEventInner(EVENT_MODULE_STATS, &form); in StatsEventInner()
H A Dsoftbus_event.h53 void SoftbusEventInner(SoftbusEventModule module, SoftbusEventForm *form);
H A Dsoftbus_event.c164 void SoftbusEventInner(SoftbusEventModule module, SoftbusEventForm *form) in SoftbusEventInner() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dsoftbus_event_test.cpp62 SoftbusEventInner(EVENT_MODULE_CONN, &form);