Home
last modified time | relevance | path

Searched refs:isShowSmaps_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp67 isShowSmaps_ = false; in Reset()
111 isShowSmaps_ = opts.isShowSmaps_; in operator =()
174 if (isShowSmaps_) { in IsSelectAny()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h48 bool isShowSmaps_; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dmemory_dumper.cpp35 isShowMaps_ = parameter->GetOpts().isShowSmaps_; in PreExecute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp368 opts_.isShowSmaps_ = true; in ParseLongCmdOption()
856 "IS_SHOW_SMAPS", opts_.isShowSmaps_, in ReportCmdUsage()
889 if (opt.isShowSmaps_ && calllingUid != HIVIEW_UID) { in CheckDumpPermission()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp200 opts.isShowSmaps_ = true;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp396 if (!dumperOpts.isShowSmaps_) { in HandleDumpMemShowMaps()