Searched refs:HasPid (Results 1 – 6 of 6) sorted by relevance
49 bool HasPid() const;58 static bool HasPid(const std::string &target);
28 bool HasPid() const;
78 bool DumpCfg::HasPid() const in HasPid() function in OHOS::HiviewDFX::DumpCfg80 return HasPid(target_); in HasPid()118 bool DumpCfg::HasPid(const std::string &target) in HasPid() function in OHOS::HiviewDFX::DumpCfg
54 bool OptionArgs::HasPid() const in HasPid() function in OHOS::HiviewDFX::OptionArgs148 if (HasPid()) { in Dump()
43 if (ptrDumpCfg_->args_->HasPid()) { in PreExecute()
51 arg_pid = ptrDumpCfg_->args_->HasPid(); in PreExecute()