Searched refs:CreateProcessWithKeyThread (Results 1 – 3 of 3) sorted by relevance
33 …static std::shared_ptr<DfxProcess> CreateProcessWithKeyThread(pid_t pid, std::shared_ptr<DfxThread…
174 vmProcess_ = DfxProcess::CreateProcessWithKeyThread(targetVmPid_, vmThread); in CreateVmProcessIfNeed()306 targetProcess_ = DfxProcess::CreateProcessWithKeyThread(targetPid_, keyThread); in InitProcessInfo()
53 std::shared_ptr<DfxProcess> DfxProcess::CreateProcessWithKeyThread(pid_t pid, std::shared_ptr<DfxTh… in CreateProcessWithKeyThread() function in OHOS::HiviewDFX::DfxProcess