Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h87 void ReportCmdUsage(const DumperOpts &opts_, const std::string& cmdStr);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp182 ReportCmdUsage(opts, dumpCmdSs.str().substr(0, dumpCmdSs.str().length() - 1)); in CmdParse()
826 void DumpImplement::ReportCmdUsage(const DumperOpts &opts_, const std::string &cmdStr) in ReportCmdUsage() function in OHOS::HiviewDFX::DumpImplement