Lines Matching defs:pid
62 int32_t MemMgrProxy::NotifyDistDevStatus(int32_t pid, int32_t uid, const std::string &name, bool connected)
64 HILOGI("called, pid=%{public}d, uid=%{public}d, name=%{public}s, connected=%{public}d", pid, uid, name.c_str(),
76 if (!data.WriteInt32(pid) || !data.WriteInt32(uid) || !data.WriteString(name) || !data.WriteBool(connected)) {
129 int32_t MemMgrProxy::RegisterActiveApps(int32_t pid, int32_t uid)
131 HILOGI("called, pid=%{public}d, uid=%{public}d", pid, uid);
142 if (!data.WriteInt32(pid) || !data.WriteInt32(uid)) {
162 int32_t MemMgrProxy::DeregisterActiveApps(int32_t pid, int32_t uid)
164 HILOGI("called, pid=%{public}d, uid=%{public}d", pid, uid);
175 if (!data.WriteInt32(pid) || !data.WriteInt32(uid)) {
365 int32_t MemMgrProxy::GetReclaimPriorityByPid(int32_t pid, int32_t &priority)
378 if (!data.WriteInt32(pid)) {
379 HILOGE("write pid failed");
466 int32_t MemMgrProxy::NotifyProcessStatus(int32_t pid, int32_t type, int32_t status, int32_t saId)
479 if (!data.WriteInt32(pid)) {
480 HILOGE("write pid failed");
505 int32_t MemMgrProxy::SetCritical(int32_t pid, bool critical, int32_t saId)
518 if (!data.WriteInt32(pid)) {
519 HILOGE("write pid failed");