Home
last modified time | relevance | path

Searched refs:IsSelectAny (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h67 bool IsSelectAny() const;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp148 bool DumperOpts::IsSelectAny() const in IsSelectAny() function in OHOS::HiviewDFX::DumperOpts
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp166 if (!opts.IsSelectAny()) { // 注:hidumper不添加任何参数时,dump全部内容;IPC方式dump时,仅dump 当前进程的CPU和memory情况 in CmdParse()