Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c73 #define FILLP_EVT_MAX_PARA_NUM FILLP_DFX_SOCK_QOS_EVT_PARA_NUM macro
103 static const FillpDfxEventParam g_fillpDfxEvtParam[FILLP_DFX_EVT_DFX_MAX][FILLP_EVT_MAX_PARA_NUM] =…
162 const void *paramValTmp[FILLP_DFX_EVT_DFX_MAX][FILLP_EVT_MAX_PARA_NUM] = { in DfxEvtGetParamAddr()
182 (void)memcpy_s((void *)paramVal, sizeof(void *) * FILLP_EVT_MAX_PARA_NUM, in DfxEvtGetParamAddr()
183 (void *)paramValTmp[evt], sizeof(void *) * FILLP_EVT_MAX_PARA_NUM); in DfxEvtGetParamAddr()
245 const void *paramVal[FILLP_EVT_MAX_PARA_NUM]; in FillpCreateDfxEvtParam()