Searched refs:g_statisticEvtReportFunc (Results 1 – 1 of 1) sorted by relevance
35 StatisticEvtReportFunc g_statisticEvtReportFunc[SOFTBUS_STATISTIC_EVT_BUTT] = {NULL}; variable44 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()