Lines Matching defs:pid
52 MMI_HILOGE("Client pid is unavailable");
55 MMI_HILOGD("NotifyBundle info pid:%{public}d, uid:%{public}d, bundleName:%{public}s, syncState:%{public}d",
56 data.pid, data.uid, data.bundleName.c_str(), syncState);
58 pkt << data.pid;
79 if (data.pid == map.first.pid && data.uid == map.first.uid && data.bundleName == map.first.bundleName) {
87 int32_t NapProcess::SetNapStatus(int32_t pid, int32_t uid, std::string bundleName, int32_t napStatus)
91 napData.pid = pid;
96 MMI_HILOGD("Remove active event from napMap, pid:%{public}d, uid:%{public}d, bundleName:%{public}s",
97 pid, uid, bundleName.c_str());
101 MMI_HILOGD("Add nap process to napMap, pid:%{public}d, uid:%{public}d, bundleName:%{public}s",
102 pid, uid, bundleName.c_str());
137 int32_t pid = IPCSkeleton::GetCallingPid();
138 napClientPid_ = pid;
139 MMI_HILOGD("NotifyNapOnline pid:%{public}d", pid);
157 int32_t getPid = map.first.pid;