Home
last modified time | relevance | path

Searched refs:CreateProcessWithKeyThread (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_process.h33 …static std::shared_ptr<DfxProcess> CreateProcessWithKeyThread(pid_t pid, std::shared_ptr<DfxThread…
Dprocess_dumper.cpp174 vmProcess_ = DfxProcess::CreateProcessWithKeyThread(targetVmPid_, vmThread); in CreateVmProcessIfNeed()
306 targetProcess_ = DfxProcess::CreateProcessWithKeyThread(targetPid_, keyThread); in InitProcessInfo()
Ddfx_process.cpp53 std::shared_ptr<DfxProcess> DfxProcess::CreateProcessWithKeyThread(pid_t pid, std::shared_ptr<DfxTh… in CreateProcessWithKeyThread() function in OHOS::HiviewDFX::DfxProcess