Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c171 } CalledApiCntStruct; typedef
222 CalledApiCntStruct *item = NULL; in ReleaseCalledApiCntList()
223 CalledApiCntStruct *nextItem = NULL; in ReleaseCalledApiCntList()
233 static CalledApiCntStruct *GetNewApiCnt(char *apiName) in GetNewApiCnt()
235 CalledApiCntStruct *apiCnt = (CalledApiCntStruct *)SoftBusMalloc(sizeof(CalledApiCntStruct)); in GetNewApiCnt()
266 CalledApiCntStruct *apiCnt = GetNewApiCnt(apiName); in GetNewApiInfo()
320 CalledApiCntStruct *apiCntNode = NULL; in SoftbusRecordCalledApiInfo()
372 CalledApiCntStruct *apiCntNode = NULL; in SoftbusRecordCalledApiCnt()
374 LIST_FOR_EACH_ENTRY(apiCntNode, &g_calledApiCntlist->list, CalledApiCntStruct, node) { in SoftbusRecordCalledApiCnt()
689 CalledApiCntStruct *apiCntItem = NULL; in SoftbusReportCalledAPIEvt()
[all …]