Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddumper_opts.cpp61 limitSize_ = DEFAULT_LIMITSIZE; in Reset()
90 limitSize_ = opts.limitSize_; in operator =()
189 if (limitSize_ < 1) { in CheckOptions()
190 errStr = std::to_string(limitSize_); in CheckOptions()
225 DUMPER_HILOGD(MODULE_COMMON, "debug|limitSize=%{public}d", limitSize_); in Dump()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_opts.h42 int limitSize_; member