Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c765 optArgStr->dump(optArgStr->softObj, g_optErrMsg, strlen(g_optErrMsg) + 1); in FillpDfxDumpGetOptVal()
766 (void)FillpDumpShowHelp(optArgStr->softObj, optArgStr->dump); in FillpDfxDumpGetOptVal()
776 return cb(optVal, optArgStr->softObj, optArgStr->dump); in FillpDfxDumpDealOptWithArgs()
782 switch (optArgStr->opt) { in FillpDfxDumpDoParseOpt()
784 ret = FillpDumpShowHelp(optArgStr->softObj, optArgStr->dump); in FillpDfxDumpDoParseOpt()
787 ret = FillpDumpShowLogLevel(optArgStr->softObj, optArgStr->dump); in FillpDfxDumpDoParseOpt()
790 ret = FillpDumpShowSockList(optArgStr->softObj, optArgStr->dump); in FillpDfxDumpDoParseOpt()
802 ret = FillpDumpShowVer(optArgStr->softObj, optArgStr->dump); in FillpDfxDumpDoParseOpt()
808 optArgStr->dump(optArgStr->softObj, g_optErrMsg, strlen(g_optErrMsg) + 1); in FillpDfxDumpDoParseOpt()
809 (void)FillpDumpShowHelp(optArgStr->softObj, optArgStr->dump); in FillpDfxDumpDoParseOpt()
[all …]