Home
last modified time | relevance | path

Searched refs:isDumpService_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp53 isDumpService_ = false; in Reset()
97 isDumpService_ = opts.isDumpService_; in operator =()
135 isDumpService_ = true; in AddSelectAll()
165 if (isDumpService_ || isDumpSystemAbility_ || isDumpSystem_) { in IsSelectAny()
197 if (isDumpList_ && ((!isDumpService_) && (!isDumpSystemAbility_) && (!isDumpSystem_))) { in CheckOptions()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h34 bool isDumpService_; member
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp195 opts.isDumpService_ = true;
236 opts.isDumpService_ = true;
256 opts.isDumpService_ = true;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp219 if (dumperOpts.isDumpService_) { in HandleDumpList()
239 if (dumperOpts.isDumpList_ || (!dumperOpts.isDumpService_)) { in HandleDumpService()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp842 "IS_DUMP_SERVICE", opts_.isDumpService_, in ReportCmdUsage()