/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_dfx.c | 186 void FillpDfxDoEvtCbSet(void *softObj, FillpDfxEventCb evtCb) in FillpDfxDoEvtCbSet() argument 189 g_fillpDfxSoftObj = softObj; in FillpDfxDoEvtCbSet() 192 FILLP_INT FillpDfxEvtCbSet(void *softObj, FillpDfxEventCb evtCb) in FillpDfxEvtCbSet() argument 201 msg.softObj = softObj; in FillpDfxEvtCbSet() 403 static FILLP_INT FillpDumpShowHelp(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowHelp() argument 410 dump(softObj, data, len); in FillpDumpShowHelp() 420 static FILLP_INT FillpDumpShowVer(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowVer() argument 427 dump(softObj, data, len); in FillpDumpShowVer() 437 static FILLP_INT FillpDumpShowLogLevel(void *softObj, FillpDfxDumpFun argument 485 FillpDumpShowSockResource(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) FillpDumpShowSockResource() argument 554 FillpDumpShowSockList(void *softObj, FillpDfxDumpFunc dump) FillpDumpShowSockList() argument 625 FillpDfxGetSock(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, FILLP_CHAR *data, FILLP_UINT32 *len) FillpDfxGetSock() argument 643 FillpDumpShowSockData(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, FillpDumpSockDataShowCb showCb) FillpDumpShowSockData() argument 662 FillpDumpShowSockQos(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) FillpDumpShowSockQos() argument 677 FillpDumpShowFrameStats(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) FillpDumpShowFrameStats() argument 682 FillpDumpMgtMsgCb(FILLP_INT optVal, void *softObj, FillpDfxDumpFunc dump) FillpDumpMgtMsgCb() argument 700 void *softObj; global() member 815 FillpDfxDump(FILLP_UINT32 argc, const FILLP_CHAR **argv, void *softObj, FillpDfxDumpFunc dump) FillpDfxDump() argument [all...] |
H A D | api.c | 1602 FILLP_INT DLL_API FtSetDfxEventCb(void *softObj, FillpDfxEventCb evtCb) in FtSetDfxEventCb() argument 1604 return FillpDfxEvtCbSet(softObj, evtCb); in FtSetDfxEventCb() 1607 FILLP_INT FtDfxHiDumper(FILLP_UINT32 argc, const FILLP_CHAR **argv, void *softObj, FillpDfxDumpFunc dump) in FtDfxHiDumper() argument 1610 return FillpDfxDump(argc, argv, softObj, dump); in FtDfxHiDumper() 1614 (void)softObj; in FtDfxHiDumper()
|
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_nstack.c | 167 static void NstackHiEventCb(void *softObj, const NstackDfxEvent *info) in NstackHiEventCb() argument 169 (void)softObj; in NstackHiEventCb() 189 void DstreamHiEventCb(void *softObj, const FillpDfxEvent *info) in DstreamHiEventCb() argument 191 if (softObj == NULL || info == NULL) { in DstreamHiEventCb() 200 NstackHiEventCb(softObj, &nstackInfo); in DstreamHiEventCb() 203 static void DFileHiEventCb(void *softObj, const DFileEvent *info) in DFileHiEventCb() argument 210 NstackHiEventCb(softObj, &nstackInfo); in DFileHiEventCb() 213 static void DFinderHiEventCb(void *softObj, const DFinderEvent *info) in DFinderHiEventCb() argument 226 NstackHiEventCb(softObj, &nstackInfo); in DFinderHiEventCb()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | fillp_dfx.h | 41 void FillpDfxDoEvtCbSet(void *softObj, FillpDfxEventCb evtCb); 42 FILLP_INT FillpDfxEvtCbSet(void *softObj, FillpDfxEventCb evtCb); 47 FILLP_INT FillpDfxDump(FILLP_UINT32 argc, const FILLP_CHAR **argv, void *softObj, FillpDfxDumpFunc dump);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_hidump.c | 96 static int Dump(void *softObj, uint32_t size, DFinderDumpFunc dump, DumpFunc func) in Dump() argument 114 dump(softObj, buf, strlen(buf) + 1); in Dump() 328 static int32_t EnableMgtMsgLog(const char *optMsg, void *softObj, DFinderDumpFunc dump) in EnableMgtMsgLog() argument 335 dump(softObj, errMsg, strlen(errMsg)); in EnableMgtMsgLog() 336 (void)Dump(softObj, DUMP_BUF_LEN, dump, DumpHelp); in EnableMgtMsgLog() 345 dump(softObj, disableMsg, strlen(disableMsg)); in EnableMgtMsgLog() 348 dump(softObj, enableMsg, strlen(enableMsg)); in EnableMgtMsgLog() 353 dump(softObj, unsupportMsg, strlen(unsupportMsg)); in EnableMgtMsgLog() 358 int DFinderDump(const char **argv, uint32_t argc, void *softObj, DFinderDumpFunc dump) in DFinderDump() argument 368 (void)Dump(softObj, DUMP_BUF_LE in DFinderDump() [all...] |
H A D | nstackx_common.c | 1774 int NSTACKX_DFinderDump(const char **argv, uint32_t argc, void *softObj, DFinderDumpFunc dump) in NSTACKX_DFinderDump() argument 1804 return DFinderDump(argv, argc, softObj, dump); in NSTACKX_DFinderDump() 1807 int NSTACKX_DFinderDump(const char **argv, uint32_t argc, void *softObj, DFinderDumpFunc dump) in NSTACKX_DFinderDump() argument 1811 (void)softObj; in NSTACKX_DFinderDump()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
H A D | nstackx_dfile.h | 391 typedef void (*DFileDumpFunc)(void *softObj, const char *data, uint32_t len); 393 NSTACKX_EXPORT int32_t NSTACKX_DFileDump(uint32_t argc, const char **arg, void *softObj, DFileDumpFunc dump); 396 typedef void (*DFileEventFunc)(void *softObj, const DFileEvent *info); 398 NSTACKX_EXPORT void NSTACKX_DFileSetEventFunc(void *softObj, DFileEventFunc func);
|
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/ |
H A D | softbus_hisysevt_nstack.h | 27 void DstreamHiEventCb(void *softObj, const FillpDfxEvent *info);
|
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_nstack.c | 36 void SoftBufNstackDumpFunc(void *softObj, const char *data, uint32_t len) in SoftBufNstackDumpFunc() argument 38 int fd = *(int *)softObj; in SoftBufNstackDumpFunc()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_dfinder_hidump.h | 36 int DFinderDump(const char **argv, uint32_t argc, void *softObj, DFinderDumpFunc dump);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | spunge_message.h | 60 void *softObj; member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/ |
H A D | nstackx.h | 295 typedef void (*DFinderEventFunc)(void *softObj, const DFinderEvent *info); 299 typedef void (*DFinderDumpFunc)(void *softObj, const char *data, uint32_t len); 300 DFINDER_EXPORT int NSTACKX_DFinderDump(const char **argv, uint32_t argc, void *softObj, DFinderDumpFunc dump);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_session.h | 246 void NSTACKX_DFileAssembleFunc(void *softObj, const DFileEvent *info); 247 void DFileSetEvent(void *softObj, DFileEventFunc func);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 1406 * @param[in] softObj any useful message to evtCb 1412 extern FILLP_INT DLL_API FtSetDfxEventCb(void *softObj, FillpDfxEventCb evtCb); 1420 * @param[in] softObj any useful message to dump 1427 void *softObj, FillpDfxDumpFunc dump);
|
H A D | fillptypes.h | 695 * @param[in] softObj any useful message to FillpDfxEventCb 698 typedef void (*FillpDfxEventCb)(void *softObj, const FillpDfxEvent *info); 704 * @param[in] softObj any useful message to FillpDfxDumpFunc 708 typedef void (*FillpDfxDumpFunc)(void *softObj, const FILLP_CHAR *data, FILLP_UINT32 len);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 1577 int32_t NSTACKX_DFileDump(uint32_t argc, const char **arg, void *softObj, DFileDumpFunc dump) in NSTACKX_DFileDump() argument 1618 dump(softObj, message, size); in NSTACKX_DFileDump() 1626 void NSTACKX_DFileSetEventFunc(void *softObj, DFileEventFunc func) in NSTACKX_DFileSetEventFunc() argument 1628 DFileSetEvent(softObj, func); in NSTACKX_DFileSetEventFunc()
|
H A D | nstackx_dfile_session.c | 2052 void DFileSetEvent(void *softObj, DFileEventFunc func) in DFileSetEvent() argument 2055 (void)softObj; in DFileSetEvent() 2058 void NSTACKX_DFileAssembleFunc(void *softObj, const DFileEvent *info) in NSTACKX_DFileAssembleFunc() argument 2061 g_dfileEventFunc(softObj, info); in NSTACKX_DFileAssembleFunc()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge_message.c | 850 FillpDfxDoEvtCbSet(msg->softObj, msg->cb); in SpungeHandleMsgSetHiEventCb()
|