Home
last modified time | relevance | path

Searched refs:DUMPER_END (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_constant.h40 DUMPER_END, // dumper end enumerator
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp95 return ((cls > DumperConstant::DUMPER_BEGIN) && (cls < DumperConstant::DUMPER_END)); in IsDumper()
160 } else if ((type >= DumperConstant::DUMPER_BEGIN) && (type <= DumperConstant::DUMPER_END)) { in ToStr()