Searched refs:IsDumper (Results 1 – 4 of 4) sorted by relevance
44 bool IsDumper() const;53 static bool IsDumper(int cls);
53 bool DumpCfg::IsDumper() const in IsDumper() function in OHOS::HiviewDFX::DumpCfg55 return IsDumper(class_); in IsDumper()93 bool DumpCfg::IsDumper(int cls) in IsDumper() function in OHOS::HiviewDFX::DumpCfg
612 if (dumpCfg->IsDumper() && CheckGroupName(groupName, dumpCfg->section_)) { in DumpDatas()628 if (dumpCfg->IsDumper() && dumpCfg->CanLoop() && (ret == DumpStatus::DUMP_MORE_DATA)) { in DumpDatas()
648 dumpCfg->args_ = dumpCfg->IsDumper() ? args : nullptr; in GetDumper()835 if (dumpCfg->IsDumper()) { in SetSection()