Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp63 limitSize_ = DEFAULT_LIMITSIZE; in Reset()
107 limitSize_ = opts.limitSize_; in operator =()
228 if (limitSize_ < 1) { in CheckOptions()
229 errStr = std::to_string(limitSize_); in CheckOptions()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h44 int limitSize_; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp852 "LIMIT_SIZE", opts_.limitSize_, in ReportCmdUsage()