Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.h51 static std::string GetProcessLifeCycle(pid_t pid);
H A Ddfx_process.cpp199 std::string DfxProcess::GetProcessLifeCycle(pid_t pid) in GetProcessLifeCycle() function in OHOS::HiviewDFX::DfxProcess
H A Dprinter.cpp71 DfxProcess::GetProcessLifeCycle(process->processInfo_.pid).c_str()); in PrintDumpHeader()