Searched refs:NstackGetOptMsg (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_getopt.c | 23 int32_t NstackInitGetOptMsg(NstackGetOptMsg *optMsg) in NstackInitGetOptMsg() 35 static int32_t GetOptCheckInputArg(NstackGetOptMsg *optMsg, int argc, const char *const *argv) in GetOptCheckInputArg() 46 static int32_t GetOptCheckCurrentOpt(NstackGetOptMsg *optMsg, int32_t currentOpt, in GetOptCheckCurrentOpt() 61 static int32_t GetOptParseAttachArg(NstackGetOptMsg *optMsg, int32_t argc, const char *const *argv, in GetOptParseAttachArg() 85 static int32_t NstackCheckArg(const NstackGetOptMsg *optMsg, int32_t argc, const char *const *argv) in NstackCheckArg() 109 int32_t NstackGetOpt(NstackGetOptMsg *optMsg, int32_t argc, const char *const *argv, const char *op… in NstackGetOpt() 130 const char *NstackGetOptArgs(const NstackGetOptMsg *optMsg) in NstackGetOptArgs()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_getopt.h | 31 } NstackGetOptMsg; typedef 33 NSTACKX_EXPORT int32_t NstackInitGetOptMsg(NstackGetOptMsg *optMsg); 34 NSTACKX_EXPORT int32_t NstackGetOpt(NstackGetOptMsg *optMsg, int32_t argc, const char *const *argv,… 35 NSTACKX_EXPORT const char *NstackGetOptArgs(const NstackGetOptMsg *optMsg);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_dfx.c | 699 const NstackGetOptMsg *optMsg; 828 NstackGetOptMsg optMsg; in FillpDfxDump()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_hidump.c | 361 NstackGetOptMsg optMsg; in DFinderDump()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 1590 NstackGetOptMsg optMsg; in NSTACKX_DFileDump()
|