Searched refs:CmdParseWithParameter (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/include/manager/ |
D | dump_implement.h | 51 DumpStatus CmdParseWithParameter(int argc, char* argv[], DumperOpts& opts_); 52 DumpStatus CmdParseWithParameter(std::shared_ptr<DumperParameter>& dumpParameter,
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
D | dump_implement.cpp | 140 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()
|