Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c503 static void CreateCalledApiInfoMsg(SoftBusEvtReportMsg* msg, CalledApiCntStruct *apiCntItem, in CreateCalledApiInfoMsg() argument
529 (void)strcpy_s(param->paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, apiCntItem->apiName); in CreateCalledApiInfoMsg()
534 param->paramValue.i32v = apiCntItem->calledtotalCnt; in CreateCalledApiInfoMsg()
537 static void CreateCalledApiCntMsg(SoftBusEvtReportMsg* msg, CalledApiCntStruct *apiCntItem) in CreateCalledApiCntMsg() argument
547 (void)strcpy_s(param->paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, apiCntItem->apiName); in CreateCalledApiCntMsg()
552 param->paramValue.i32v = apiCntItem->calledtotalCnt; in CreateCalledApiCntMsg()
689 CalledApiCntStruct *apiCntItem = NULL; in SoftbusReportCalledAPIEvt() local
695 LIST_FOR_EACH_ENTRY(apiCntItem, &apiInfoItem->apiCntList, CalledApiCntStruct, node) { in SoftbusReportCalledAPIEvt()
728 CalledApiCntStruct *apiCntItem = NULL; in SoftbusReportCalledAPICntEvt() local
730 LIST_FOR_EACH_ENTRY(apiCntItem, &g_calledApiCntlist->list, CalledApiCntStruct, node) { in SoftbusReportCalledAPICntEvt()
[all …]