Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
H A Dsoftbus_hidumper.h34 typedef int32_t (*SoftBusVarDumpCb)(int fd); typedef
39 SoftBusVarDumpCb dumpCallback;
54 int32_t SoftBusAddDumpVarToList(const char *dumpVar, SoftBusVarDumpCb cb, ListNode *subModoleVarLis…
H A Dsoftbus_hidumper_bc_mgr.h28 int32_t SoftBusRegBcMgrVarDump(const char *dumpVar, SoftBusVarDumpCb cb);
H A Dsoftbus_hidumper_buscenter.h28 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb);
H A Dsoftbus_hidumper_conn.h27 int32_t SoftBusRegConnVarDump(const char *dumpVar, SoftBusVarDumpCb cb);
H A Dsoftbus_hidumper_disc.h28 int32_t SoftBusRegDiscVarDump(char *dumpVar, SoftBusVarDumpCb cb);
H A Dsoftbus_hidumper_broadcast.h31 int32_t SoftBusRegBroadcastVarDump(const char *dumpVar, const SoftBusVarDumpCb cb);
H A Dsoftbus_hidumper_trans.h39 int32_t SoftBusRegTransVarDump(const char* dumpVar, SoftBusVarDumpCb cb);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_deps_mock.h43 virtual int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb);
62 MOCK_METHOD2(SoftBusRegBusCenterVarDump, int32_t (char *, SoftBusVarDumpCb));
74 static int32_t LedgerSoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb);
H A Dlnn_local_ledger_deps_mock.cpp76 … LocalLedgerDepsInterfaceMock::LedgerSoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in LedgerSoftBusRegBusCenterVarDump()
106 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_bc_mgr_virtual.c18 int32_t SoftBusRegBcMgrVarDump(const char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBcMgrVarDump()
H A Dsoftbus_hidumper_buscenter_virtual.c21 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump()
H A Dsoftbus_hidumper_conn_virtual.c18 int32_t SoftBusRegConnVarDump(const char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegConnVarDump()
H A Dsoftbus_hidumper_disc_virtual.c18 int32_t SoftBusRegDiscVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegDiscVarDump()
H A Dsoftbus_hidumper_broadcast_virtual.c26 int32_t SoftBusRegBroadcastVarDump(const char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBroadcastVarDump()
H A Dsoftbus_hidumper_trans_virtual.c19 int32_t SoftBusRegTransVarDump(const char* dumpVar, SoftBusVarDumpCb cb) in SoftBusRegTransVarDump()
H A Dsoftbus_hidumper.c91 static SoftBusDumpVarNode *SoftBusCreateDumpVarNode(const char *varName, SoftBusVarDumpCb cb) in SoftBusCreateDumpVarNode()
109 int32_t SoftBusAddDumpVarToList(const char *dumpVar, SoftBusVarDumpCb cb, ListNode *varList) in SoftBusAddDumpVarToList()
H A Dsoftbus_hidumper_bc_mgr.c30 int32_t SoftBusRegBcMgrVarDump(const char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBcMgrVarDump()
H A Dsoftbus_hidumper_buscenter.c30 int32_t SoftBusRegBusCenterVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegBusCenterVarDump()
H A Dsoftbus_hidumper_conn.c29 int32_t SoftBusRegConnVarDump(const char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegConnVarDump()
H A Dsoftbus_hidumper_disc.c29 int32_t SoftBusRegDiscVarDump(char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegDiscVarDump()
H A Dsoftbus_hidumper_broadcast.c91 int32_t SoftBusRegBroadcastVarDump(const char *dumpVar, const SoftBusVarDumpCb cb) in SoftBusRegBroadcastVarDump()
H A Dsoftbus_hidumper_trans.c49 int32_t SoftBusRegTransVarDump(const char *dumpVar, SoftBusVarDumpCb cb) in SoftBusRegTransVarDump()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hidumper_adapter/unittest/
H A Dhidumper_test.cpp84 SoftBusVarDumpCb dumpCallback;