Lines Matching defs:uid
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);
59 pkt << data.uid;
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)
92 napData.uid = uid;
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());
158 int32_t getUid = map.first.uid;