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