Lines Matching refs:ret
30 int ret = ERR_OK;
34 ret = RequestFileFdStub(data, reply);
39 ret = ScanPidOverLimitStub(data, reply);
44 ret = CountFdNumsStub(data, reply);
48 ret = IPCObjectStub::OnRemoteRequest(code, data, reply, option);
52 return ret;
57 int32_t ret = ERR_OK;
70 return ret;
75 int32_t ret = ERR_OK;
79 ret = ScanPidOverLimit(requestType, limitSize, pidList);
83 if (!reply.WriteInt32(ret)) {
86 return ret;
91 int32_t ret = ERR_OK;
97 ret = CountFdNums(pid, fdNums, detailFdInfo, topLeakedType);
107 if (!reply.WriteInt32(ret)) {
110 return ret;