Home
last modified time | relevance | path

Searched refs:DumpHandlerFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
H A Dsoftbus_hidumper.h42 typedef int32_t (*DumpHandlerFunc)(int fd, int32_t argc, const char **argv); typedef
48 DumpHandlerFunc dumpHandler;
56 int32_t SoftBusRegHiDumperHandler(char *moduleName, char *helpInfo, DumpHandlerFunc handler);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper.c141 static HandlerNode *CreateHiDumperHandlerNode(char *moduleName, char *helpInfo, DumpHandlerFunc han… in CreateHiDumperHandlerNode()
175 int32_t SoftBusRegHiDumperHandler(char *moduleName, char *helpInfo, DumpHandlerFunc handler) in SoftBusRegHiDumperHandler()