Lines Matching defs:uid
116 int32_t uid = 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);
148 int32_t uid = 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);
166 int32_t uid = 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);