Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dipc_stat_dumper.cpp62 isDumpAllIpc_ = parameter->GetOpts().isDumpAllIpc_; in PreExecute()
143 if (isDumpAllIpc_) { in SetIpcStatCmd()
200 if (isDumpAllIpc_) { in DumpIpcStat()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp75 isDumpAllIpc_ = false; in Reset()
119 isDumpAllIpc_ = opts.isDumpAllIpc_; in operator =()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h56 bool isDumpAllIpc_; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dipc_stat_dumper.h37 bool isDumpAllIpc_ = false; variable
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp215 opts.isDumpAllIpc_ = true; in HandleIpcStatDumperTest()
546 opts.isDumpAllIpc_ = false;
562 opts.isDumpAllIpc_ = true;
618 opts.isDumpAllIpc_ = true;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp430 opts_.isDumpAllIpc_ = true; in ParseCmdOptionForA()