Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_getopt.h35 NSTACKX_EXPORT const char *NstackGetOptArgs(const NstackGetOptMsg *optMsg);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_getopt.c130 const char *NstackGetOptArgs(const NstackGetOptMsg *optMsg) in NstackGetOptArgs() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_hidump.c391 ret = EnableMgtMsgLog(NstackGetOptArgs(&optMsg), softObj, dump); in DFinderDump()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c1602 opt = (char *)NstackGetOptArgs(&optMsg); in NSTACKX_DFileDump()
1606 opt = (char *)NstackGetOptArgs(&optMsg); in NSTACKX_DFileDump()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c753 const FILLP_CHAR *optArgs = NstackGetOptArgs(optArgStr->optMsg); in FillpDfxDumpGetOptVal()