Home
last modified time | relevance | path

Searched refs:isDumpNet_ (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddumper_opts.cpp49 isDumpNet_ = false; in Reset()
78 isDumpNet_ = opts.isDumpNet_; in operator =()
104 isDumpNet_ = true; in AddSelectAll()
132 if (isDumpNet_) { in IsSelectAny()
208 DUMPER_HILOGD(MODULE_COMMON, "debug|isDumpNet=%{public}d", isDumpNet_); in Dump()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_opts.h30 bool isDumpNet_; member
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp299 opts_.isDumpNet_ = true; in ParseLongCmdOption()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp381 if (!dumperOpts.isDumpNet_) { in HandleDumpNet()