Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp79 isDumpIpcStat_ = false; in Reset()
123 isDumpIpcStat_ = opts.isDumpIpcStat_; in operator =()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dipc_stat_dumper.cpp66 isDumpIpcStat_ = parameter->GetOpts().isDumpIpcStat_; in PreExecute()
156 } else if (isDumpIpcStat_) { in SetIpcStatCmd()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h60 bool isDumpIpcStat_; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dipc_stat_dumper.h40 bool isDumpIpcStat_ = false; variable
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp565 opts.isDumpIpcStat_ = false;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp418 opts_.isDumpIpcStat_ = true; in SetIpcStatParam()