Searched refs:apiCntNode (Results 1 – 1 of 1) sorted by relevance
320 CalledApiCntStruct *apiCntNode = NULL; in SoftbusRecordCalledApiInfo() local327 if (strcmp(apiCntNode->apiName, apiName) == 0) { in SoftbusRecordCalledApiInfo()329 apiCntNode->calledtotalCnt++; in SoftbusRecordCalledApiInfo()341 apiCntNode = GetNewApiCnt(apiName); in SoftbusRecordCalledApiInfo()342 if (apiCntNode == NULL) { in SoftbusRecordCalledApiInfo()372 CalledApiCntStruct *apiCntNode = NULL; in SoftbusRecordCalledApiCnt() local375 if (strcmp(apiCntNode->apiName, apiName) == 0) { in SoftbusRecordCalledApiCnt()377 apiCntNode->calledtotalCnt++; in SoftbusRecordCalledApiCnt()382 apiCntNode = GetNewApiCnt(apiName); in SoftbusRecordCalledApiCnt()383 if (apiCntNode == NULL) { in SoftbusRecordCalledApiCnt()[all …]