Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/manager/
Ddump_implement.h51 DumpStatus CmdParseWithParameter(int argc, char* argv[], DumperOpts& opts_);
52 DumpStatus CmdParseWithParameter(std::shared_ptr<DumperParameter>& dumpParameter,
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp140 DumpStatus status = CmdParseWithParameter(dumpParameter, argc, argv, opts); in CmdParse()
175 DumpStatus DumpImplement::CmdParseWithParameter(int argc, char *argv[], DumperOpts &opts_) in CmdParseWithParameter() function in OHOS::HiviewDFX::DumpImplement
217 DumpStatus DumpImplement::CmdParseWithParameter(std::shared_ptr<DumperParameter> &dumpParameter, in… in CmdParseWithParameter() function in OHOS::HiviewDFX::DumpImplement
223 DumpStatus ret = CmdParseWithParameter(argc, argv, opts); in CmdParseWithParameter()