Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_mgt_msg_log.c162 static FILLP_INT (*g_extParaFormatter[FILLP_PKT_EXT_BUTT])( variable
183 if (!conn.extParameterExisted[i] || g_extParaFormatter[i] == FILLP_NULL_PTR) { in FillpExtParaFormat()
187 FILLP_INT ret = g_extParaFormatter[i](&conn, buf + formatLen, len - formatLen); in FillpExtParaFormat()