Home
last modified time | relevance | path

Searched refs:apiCnt (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c236 CalledApiCntStruct *apiCnt = (CalledApiCntStruct *)SoftBusMalloc(sizeof(CalledApiCntStruct)); in GetNewApiCnt() local
237 if (apiCnt == NULL) { in GetNewApiCnt()
241 if (strcpy_s(apiCnt->apiName, SOFTBUS_HISYSEVT_PARAM_LEN, apiName) != EOK) { in GetNewApiCnt()
243 SoftBusFree(apiCnt); in GetNewApiCnt()
246 ListInit(&apiCnt->node); in GetNewApiCnt()
247 apiCnt->calledtotalCnt = API_CALLED_DEFAULT; in GetNewApiCnt()
248 return apiCnt; in GetNewApiCnt()
267 CalledApiCntStruct *apiCnt = GetNewApiCnt(apiName); in GetNewApiInfo() local
268 if (apiCnt == NULL) { in GetNewApiInfo()
273 ListAdd(&apiInfo->apiCntList, &apiCnt in GetNewApiInfo()
[all...]

Completed in 2 milliseconds