Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_nstack.h27 void DstreamHiEventCb(void *softObj, const FillpDfxEvent *info);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_nstack.c189 void DstreamHiEventCb(void *softObj, const FillpDfxEvent *info) in DstreamHiEventCb()
196 if (memcpy_s(&nstackInfo, sizeof(NstackDfxEvent), info, sizeof(FillpDfxEvent)) != EOK) { in DstreamHiEventCb()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h689 } FillpDfxEvent; typedef
698 typedef void (*FillpDfxEventCb)(void *softObj, const FillpDfxEvent *info);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c82 static const FillpDfxEvent g_fillpDfxEvtMsg[FILLP_DFX_EVT_DFX_MAX] = {
266 FillpDfxEvent msg; in FillpDfxEvtNotify()
267 (void)memcpy_s(&msg, sizeof(FillpDfxEvent), &g_fillpDfxEvtMsg[evt], sizeof(FillpDfxEvent)); in FillpDfxEvtNotify()