Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c164 ListNode apiCntList; member
265 ListInit(&apiInfo->apiCntList); in GetNewApiInfo()
272 ListAdd(&apiInfo->apiCntList, &apiCnt->node); in GetNewApiInfo()
326 LIST_FOR_EACH_ENTRY(apiCntNode, &apiInfoNode->apiCntList, CalledApiCntStruct, node) { in SoftbusRecordCalledApiInfo()
347 ListAdd(&apiInfoNode->apiCntList, &apiCntNode->node); in SoftbusRecordCalledApiInfo()
695 LIST_FOR_EACH_ENTRY(apiCntItem, &apiInfoItem->apiCntList, CalledApiCntStruct, node) { in SoftbusReportCalledAPIEvt()