Searched refs:CmdParseWithParameter (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/manager/ |
H A D | dump_implement.h | 51 DumpStatus CmdParseWithParameter(int argc, char* argv[], DumperOpts& opts_); 52 DumpStatus CmdParseWithParameter(std::shared_ptr<DumperParameter>& dumpParameter,
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 163 DumpStatus status = CmdParseWithParameter(dumpParameter, argc, argv, opts); in CmdParse() 201 DumpStatus DumpImplement::CmdParseWithParameter(int argc, char *argv[], DumperOpts &opts_) in CmdParseWithParameter() function in OHOS::HiviewDFX::DumpImplement 258 DumpStatus DumpImplement::CmdParseWithParameter(std::shared_ptr<DumperParameter> &dumpParameter, in… in CmdParseWithParameter() function in OHOS::HiviewDFX::DumpImplement 264 DumpStatus ret = CmdParseWithParameter(argc, argv, opts); in CmdParseWithParameter()
|