Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h78 DumpStatus ParseLongCmdOption(int argc, DumperOpts& opts_, const struct option longOptions[],
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp229 DumpStatus status = ParseLongCmdOption(argc, opts_, longOptions, optionIndex, argv); in CmdParseWithParameter()
362 DumpStatus DumpImplement::ParseLongCmdOption(int argc, DumperOpts &opts_, const struct option longO… in ParseLongCmdOption() function in OHOS::HiviewDFX::DumpImplement