Searched refs:transParams (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | softbus_event.c | 94 HiSysEventParam transParams[TRANS_ASSIGNER_SIZE] = { 0 }; in WriteTransEventAndFree() local 95 size_t transSize = ConvertTransForm2Param(transParams, TRANS_ASSIGNER_SIZE, form); in WriteTransEventAndFree() 96 WriteHiSysEvent(params, size, transParams, transSize, form); in WriteTransEventAndFree() 97 HiSysEventParamsFree(transParams, transSize); in WriteTransEventAndFree() 202 HiSysEventParam transParams[TRANS_AUDIT_ASSIGNER_SIZE] = { 0 }; in WriteSoftbusAudit() local 203 size_t transSize = ConvertTransAuditForm2Param(transParams, form); in WriteSoftbusAudit() 204 WriteHiSysEvent(params, size, transParams, transSize, form); in WriteSoftbusAudit() 205 HiSysEventParamsFree(transParams, transSize); in WriteSoftbusAudit()
|