Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h48 bool IsOutput() const;
57 static bool IsOutput(int cls);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp73 bool DumpCfg::IsOutput() const in IsOutput() function in OHOS::HiviewDFX::DumpCfg
75 return IsOutput(class_); in IsOutput()
113 bool DumpCfg::IsOutput(int cls) in IsOutput() function in OHOS::HiviewDFX::DumpCfg
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dhidumper_executor.cpp43 if ((!hasOnce_) && (ptrDumpCfg_ != nullptr) && (!ptrDumpCfg_->IsOutput())) { in DoPreExecute()
92 if ((!ptrDumpCfg_->IsOutput()) && (ptrDumpCfg_->parent_ != nullptr)) { in SetDumpConfig()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp632 if (dumpCfg->IsOutput() || dumpCfg->IsGroup()) { in DumpDatas()