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 D | fillp_dfx.c | 403 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 D | api.c | 1607 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 D | fillp_dfx.h | 47 FILLP_INT FillpDfxDump(FILLP_UINT32 argc, const FILLP_CHAR **argv, void *softObj, FillpDfxDumpFunc …
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillptypes.h | 708 typedef void (*FillpDfxDumpFunc)(void *softObj, const FILLP_CHAR *data, FILLP_UINT32 len); typedef
|
H A D | fillpinc.h | 1427 void *softObj, FillpDfxDumpFunc dump);
|