Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c35 StatisticEvtReportFunc g_statisticEvtReportFunc[SOFTBUS_STATISTIC_EVT_BUTT] = {NULL}; variable
44 return g_statisticEvtReportFunc[type]; in GetStatisticEvtReportFunc()
54 g_statisticEvtReportFunc[type] = func; in SetStatisticEvtReportFunc()
61 g_statisticEvtReportFunc[i] = NULL; in InitStatisticEvtReportFunc()
70 if (g_statisticEvtReportFunc[i] != NULL) { in ReportStatisticEvent()
71 g_statisticEvtReportFunc[i](); in ReportStatisticEvent()