Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_event_converter.h30 …if (Assigner##type(form->discExtra->field, &param) && …
127 …COMM_CHECK_AND_RETURN_RET_LOGE(form != NULL && form->discExtra != NULL, validSize, COMM_DFX, "inva… in ConvertDiscForm2Param()
H A Ddisc_audit_converter.h125 if (form == NULL || form->discExtra == NULL) { in ConvertDiscAuditForm2Param()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/form/
H A Dsoftbus_event_form.h45 DiscEventExtra *discExtra; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Ddisc_event.c33 .discExtra = extra, in DiscEventInner()