Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c176 static SoftBusList *g_calledApiInfoList = NULL; variable
193 if (g_calledApiInfoList == NULL) { in ReleaseCalledApiInfoList()
206 g_calledApiInfoList->cnt--; in ReleaseCalledApiInfoList()
208 ListInit(&g_calledApiInfoList->list); in ReleaseCalledApiInfoList()
209 (void)SoftBusMutexUnlock(&g_calledApiInfoList->lock); in ReleaseCalledApiInfoList()
297 g_calledApiInfoList->cnt++; in AddInfoNodeToList()
304 if (g_calledApiInfoList == NULL) { in SoftbusRecordCalledApiInfo()
675 if (g_calledApiInfoList == NULL) { in SoftbusReportCalledAPIEvt()
918 g_calledApiInfoList = CreateSoftBusList(); in InitTransStatisticSysEvt()
938 DestroySoftBusList(g_calledApiInfoList); in DeinitTransStatisticSysEvt()
[all …]