Home
last modified time | relevance | path

Searched refs:LEVEL_END (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_constant.h59 LEVEL_END, // level end enumerator
/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp105 return ((level > DumperConstant::LEVEL_BEGIN) && (level < DumperConstant::LEVEL_END)); in IsLevel()
166 } else if ((type >= DumperConstant::LEVEL_BEGIN) && (type <= DumperConstant::LEVEL_END)) { in ToStr()

Completed in 2 milliseconds