Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
H A Dsoftbus_hidumper_trans.h46 int32_t SoftBusTransDumpHandlerInit(void);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_trans_virtual.c56 int32_t SoftBusTransDumpHandlerInit(void) in SoftBusTransDumpHandlerInit() function
H A Dsoftbus_hidumper_trans.c149 int32_t SoftBusTransDumpHandlerInit(void) in SoftBusTransDumpHandlerInit() function
H A Dsoftbus_hidumper.c260 if (SoftBusTransDumpHandlerInit() != SOFTBUS_OK) { in SoftBusHiDumperModuleInit()