Lines Matching defs:pid
66 Impl(int pid, bool crash) : pid_(pid)
68 if (pid <= 0) {
69 DFXLOGE("pid(%{public}d) error", pid);
73 maps_ = DfxMaps::Create(pid, crash);
79 Impl(int pid, int nspid, bool crash) : pid_(nspid)
81 if (pid <= 0 || nspid <= 0) {
82 DFXLOGE("pid(%{public}d) or nspid(%{public}d) error", pid, nspid);
86 maps_ = DfxMaps::Create(pid, crash);
282 Unwinder::Unwinder(int pid, bool crash) : impl_(std::make_shared<Impl>(pid, crash))
286 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash))
562 context.pid = UNWIND_TYPE_LOCAL;
618 context.pid = UNWIND_TYPE_LOCAL;
638 DFXLOGE("params is nullptr, pid: %{public}d, tid: %{public}d", pid_, tid);
654 context.pid = tid;
690 int32_t pid = pid_;
692 pid = getpid();
694 if (DfxArk::GetArkNativeFrameInfo(pid, frame.pc, frame.fp, frame.sp, jsFrames, size) < 0) {
790 DFXLOGU("Failed to update pc and sp, tid: %{public}d", uctx->pid);
1267 DFXLOGW("Failed to parse hap info, pid: %{public}d", pid_);
1307 context.pid = tid;