Lines Matching defs:reply

45     MessageParcel reply;
48 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_GET_BUNDLE_PRIORITY_LIST), data, reply, option);
54 = std::shared_ptr<BundlePriorityList>(reply.ReadParcelable<BundlePriorityList>());
80 MessageParcel reply;
83 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_NOTIFY_DIST_DEV_STATUS), data, reply, option);
89 if (!reply.ReadInt32(ret)) {
110 MessageParcel reply;
113 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_GET_KILL_LEVEL_OF_LMKD), data, reply, option);
120 if (!reply.ReadInt32(curKillLevel)) {
146 MessageParcel reply;
149 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_REGISTER_ACTIVE_APPS), data, reply, option);
155 if (!reply.ReadInt32(ret)) {
179 MessageParcel reply;
182 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_DEREGISTER_ACTIVE_APPS), data, reply, option);
188 if (!reply.ReadInt32(ret)) {
216 MessageParcel reply;
219 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_SUBSCRIBE_APP_STATE), data, reply, option);
225 if (!reply.ReadInt32(ret)) {
253 MessageParcel reply;
256 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_UNSUBSCRIBE_APP_STATE), data, reply, option);
262 if (!reply.ReadInt32(ret)) {
282 MessageParcel reply;
285 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_GET_AVAILABLE_MEMORY), data, reply, option);
290 if (!reply.ReadInt32(memSize)) {
310 MessageParcel reply;
313 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_GET_TOTAL_MEMORY), data, reply, option);
318 if (!reply.ReadInt32(memSize)) {
349 MessageParcel reply;
352 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_ON_WINDOW_VISIBILITY_CHANGED), data, reply, option);
358 if (!reply.ReadInt32(ret)) {
382 MessageParcel reply;
385 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_GET_PRIORITY_BY_PID), data, reply, option);
392 if (!reply.ReadInt32(curPriority)) {
417 MessageParcel reply;
420 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_NOTIFY_PROCESS_STATE_CHANGED_SYNC), data, reply, option);
426 if (!reply.ReadInt32(ret)) {
450 MessageParcel reply;
453 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_NOTIFY_PROCESS_STATE_CHANGED_ASYNC), data, reply, option);
459 if (!reply.ReadInt32(ret)) {
495 MessageParcel reply;
498 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_NOTIFY_PROCESS_STATUS), data, reply, option);
530 MessageParcel reply;
533 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_SET_CRITICAL), data, reply, option);