Searched refs:FillpDfxEvent (Results 1 – 4 of 4) sorted by relevance
27 void DstreamHiEventCb(void *softObj, const FillpDfxEvent *info);
189 void DstreamHiEventCb(void *softObj, const FillpDfxEvent *info) in DstreamHiEventCb()196 if (memcpy_s(&nstackInfo, sizeof(NstackDfxEvent), info, sizeof(FillpDfxEvent)) != EOK) { in DstreamHiEventCb()
689 } FillpDfxEvent; typedef698 typedef void (*FillpDfxEventCb)(void *softObj, const FillpDfxEvent *info);
82 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()