Home
last modified time | relevance | path

Searched refs:IsLevel (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddump_cfg.h46 bool IsLevel() const;
55 static bool IsLevel(int level);
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp63 bool DumpCfg::IsLevel() const in IsLevel() function in OHOS::HiviewDFX::DumpCfg
65 return IsLevel(level_); in IsLevel()
103 bool DumpCfg::IsLevel(int level) in IsLevel() function in OHOS::HiviewDFX::DumpCfg
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp541 if (DumpCfg::IsFilter(itemlist[i].class_) && DumpCfg::IsLevel(level)) { in GetDumper()