Searched refs:IsLevel (Results 1 – 3 of 3) sorted by relevance
46 bool IsLevel() const;55 static bool IsLevel(int level);
63 bool DumpCfg::IsLevel() const in IsLevel() function in OHOS::HiviewDFX::DumpCfg65 return IsLevel(level_); in IsLevel()103 bool DumpCfg::IsLevel(int level) in IsLevel() function in OHOS::HiviewDFX::DumpCfg
541 if (DumpCfg::IsFilter(itemlist[i].class_) && DumpCfg::IsLevel(level)) { in GetDumper()