Lines Matching defs:pid
55 int32_t ANRManager::MarkProcessed(int32_t pid, int32_t eventType, int32_t eventId)
58 MMI_HILOGD("pid:%{public}d, eventType:%{public}d, eventId:%{public}d", pid, eventType, eventId);
59 SessionPtr sess = udsServer_->GetSessionByPid(pid);
61 if (pid_ != pid) {
62 pid_ = pid;
118 MMI_HILOGD("Not application event, skip. pid:%{public}d, anr type:%{public}d", sess->GetPid(), type);
130 MMI_HILOG_FREEZEE("Application not responding. pid:%{public}d, anr type:%{public}d, eventId:%{public}d",
169 MMI_HILOGD("Not application event, skip. pid:%{public}d, anr type:%{public}d", sess->GetPid(), type);
173 MMI_HILOGD("Application not responding. pid:%{public}d, anr type:%{public}d", sess->GetPid(), type);
192 int32_t ANRManager::SetANRNoticedPid(int32_t pid)
195 anrNoticedPid_ = pid;