Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dsoftbus_event.c134 HiSysEventParam statsParams[STATS_ASSIGNER_SIZE] = { 0 }; in WriteStateEventAndFree() local
135 size_t statsSize = ConvertStatsForm2Param(statsParams, STATS_ASSIGNER_SIZE, form); in WriteStateEventAndFree()
136 WriteHiSysEvent(params, size, statsParams, statsSize, form); in WriteStateEventAndFree()
137 HiSysEventParamsFree(statsParams, statsSize); in WriteStateEventAndFree()