Lines Matching refs:pid
115 int32_t pid = 0;
119 if (!data.ReadInt32(pid) || !data.ReadInt32(uid) || !data.ReadString(name) || !data.ReadBool(connected)) {
123 HILOGI("called, pid=%{public}d, uid=%{public}d, name=%{public}s, connected=%{public}d", pid, uid, name.c_str(),
126 int32_t ret = NotifyDistDevStatus(pid, uid, name, connected);
147 int32_t pid = 0;
149 if (!data.ReadInt32(pid) || !data.ReadInt32(uid)) {
153 HILOGI("called, pid=%{public}d, uid=%{public}d", pid, uid);
155 int32_t ret = RegisterActiveApps(pid, uid);
165 int32_t pid = 0;
167 if (!data.ReadInt32(pid) || !data.ReadInt32(uid)) {
171 HILOGI("called, pid=%{public}d, uid=%{public}d", pid, uid);
173 int32_t ret = DeregisterActiveApps(pid, uid);
282 int32_t pid = data.ReadUint32();
284 int32_t ret = GetReclaimPriorityByPid(pid, priority);
359 int32_t pid = 0;
363 if (!data.ReadInt32(pid) || !data.ReadInt32(type) || !data.ReadInt32(status) || !data.ReadInt32(saId)) {
368 NotifyProcessStatus(pid, type, status, saId);
381 int32_t pid = 0;
384 if (!data.ReadInt32(pid) || !data.ReadBool(critical) || !data.ReadInt32(saId)) {
388 if (IPCSkeleton::GetCallingPid() != pid) {
392 SetCritical(pid, critical, saId);