Home
last modified time | relevance | path

Searched refs:IsDumper (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h44 bool IsDumper() const;
53 static bool IsDumper(int cls);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp53 bool DumpCfg::IsDumper() const in IsDumper() function in OHOS::HiviewDFX::DumpCfg
55 return IsDumper(class_); in IsDumper()
93 bool DumpCfg::IsDumper(int cls) in IsDumper() function in OHOS::HiviewDFX::DumpCfg
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp612 if (dumpCfg->IsDumper() && CheckGroupName(groupName, dumpCfg->section_)) { in DumpDatas()
628 if (dumpCfg->IsDumper() && dumpCfg->CanLoop() && (ret == DumpStatus::DUMP_MORE_DATA)) { in DumpDatas()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp648 dumpCfg->args_ = dumpCfg->IsDumper() ? args : nullptr; in GetDumper()
835 if (dumpCfg->IsDumper()) { in SetSection()