Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h49 bool HasPid() const;
58 static bool HasPid(const std::string &target);
H A Doption_args.h28 bool HasPid() const;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp78 bool DumpCfg::HasPid() const in HasPid() function in OHOS::HiviewDFX::DumpCfg
80 return HasPid(target_); in HasPid()
118 bool DumpCfg::HasPid(const std::string &target) in HasPid() function in OHOS::HiviewDFX::DumpCfg
H A Doption_args.cpp54 bool OptionArgs::HasPid() const in HasPid() function in OHOS::HiviewDFX::OptionArgs
148 if (HasPid()) { in Dump()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dcmd_dumper.cpp43 if (ptrDumpCfg_->args_->HasPid()) { in PreExecute()
H A Dfile_stream_dumper.cpp51 arg_pid = ptrDumpCfg_->args_->HasPid(); in PreExecute()