Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c403 static FILLP_INT FillpDumpShowHelp(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowHelp()
420 static FILLP_INT FillpDumpShowVer(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowVer()
437 static FILLP_INT FillpDumpShowLogLevel(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowLogLevel()
554 static FILLP_INT FillpDumpShowSockList(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowSockList()
625 static struct FtSocket *FillpDfxGetSock(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, in FillpDfxGetSock()
643 static FILLP_INT FillpDumpShowSockData(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, in FillpDumpShowSockData()
662 static FILLP_INT FillpDumpShowSockQos(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowSockQos()
677 static FILLP_INT FillpDumpShowFrameStats(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowFrameStats()
682 static FILLP_INT FillpDumpMgtMsgCb(FILLP_INT optVal, void *softObj, FillpDfxDumpFunc dump) in FillpDumpMgtMsgCb()
696 typedef FILLP_INT (*FillpDumpOptCb)(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump);
[all …]
H A Dapi.c1607 FILLP_INT FtDfxHiDumper(FILLP_UINT32 argc, const FILLP_CHAR **argv, void *softObj, FillpDfxDumpFunc in FtDfxHiDumper()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Dfillp_dfx.h47 FILLP_INT FillpDfxDump(FILLP_UINT32 argc, const FILLP_CHAR **argv, void *softObj, FillpDfxDumpFunc
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h708 typedef void (*FillpDfxDumpFunc)(void *softObj, const FILLP_CHAR *data, FILLP_UINT32 len); typedef
H A Dfillpinc.h1427 void *softObj, FillpDfxDumpFunc dump);