Lines Matching refs:DfxProcess
40 std::shared_ptr<DfxProcess> DfxProcess::Create(pid_t pid, pid_t nsPid)
42 auto process = std::make_shared<DfxProcess>(pid, nsPid);
46 DfxProcess::DfxProcess(pid_t pid, pid_t nsPid)
51 void DfxProcess::InitProcessInfo(pid_t pid, pid_t nsPid)
58 bool DfxProcess::InitOtherThreads(bool attach)
86 pid_t DfxProcess::ChangeTid(pid_t tid, bool ns)
114 std::vector<std::shared_ptr<DfxThread>>& DfxProcess::GetOtherThreads()
119 void DfxProcess::ClearOtherThreads()
124 void DfxProcess::Attach(bool hasKey)
142 void DfxProcess::Detach()
153 void DfxProcess::SetFatalMessage(const std::string &msg)
158 std::string DfxProcess::GetFatalMessage() const
199 std::string DfxProcess::GetProcessLifeCycle(pid_t pid)