Searched refs:CalledApiCntStruct (Results 1 – 1 of 1) sorted by relevance
171 } CalledApiCntStruct; typedef222 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 …]