Searched refs:IsOutput (Results 1 – 4 of 4) sorted by relevance
48 bool IsOutput() const;57 static bool IsOutput(int cls);
73 bool DumpCfg::IsOutput() const in IsOutput() function in OHOS::HiviewDFX::DumpCfg75 return IsOutput(class_); in IsOutput()113 bool DumpCfg::IsOutput(int cls) in IsOutput() function in OHOS::HiviewDFX::DumpCfg
43 if ((!hasOnce_) && (ptrDumpCfg_ != nullptr) && (!ptrDumpCfg_->IsOutput())) { in DoPreExecute()92 if ((!ptrDumpCfg_->IsOutput()) && (ptrDumpCfg_->parent_ != nullptr)) { in SetDumpConfig()
632 if (dumpCfg->IsOutput() || dumpCfg->IsGroup()) { in DumpDatas()