2 * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
25 APP_RESUME_BY_PID = 3,
27 APP_TERM_BY_PID_WITHOUT_RESTART = 5,
32 APP_UPDATE_RUA_STAT = 10,
35 APP_REMOVE_HISTORY = 12,
36 APP_RUNNING_INFO = 13,
37 APP_RUNNING_INFO_RESULT = 14,
39 APP_GET_APPID_BYPID = 16,
40 APP_GET_PKGID_BYPID = 17,
42 APP_GET_INFO_ERROR = 19,
47 APP_STATUS_UPDATE = 23,
48 APP_RUNNING_LIST_UPDATE = 24,
49 APP_TERM_REQ_BY_PID = 25,
50 APP_TERM_BY_PID_ASYNC = 26,
51 APP_TERM_BGAPP_BY_PID = 27,
53 APP_PAUSE_BY_PID = 29,
54 APP_GROUP_GET_WINDOW = 30,
56 APP_GROUP_SET_WINDOW = 31,
57 APP_GROUP_GET_FG = 32,
58 APP_GROUP_GET_LEADER_PID = 33,
59 APP_GROUP_GET_LEADER_PIDS = 34,
60 APP_GROUP_GET_GROUP_PIDS = 35,
61 APP_GROUP_GET_IDLE_PIDS = 36,
63 APP_GROUP_CLEAR_TOP = 38,
64 APP_GROUP_ACTIVATE_BELOW = 39,
68 APP_REMOVE_LOADER = 42,
70 APP_GET_DC_SOCKET_PAIR = 44,
71 APP_GET_MP_SOCKET_PAIR = 45,
83 WIDGET_GET_CONTENT = 56,
84 APP_REGISTER_PID = 57,
87 AMD_RELOAD_APPINFO = 60,
89 AGENT_DEAD_SIGNAL = 61,
90 APP_ALL_RUNNING_INFO = 62,
91 APP_SET_APP_CONTROL_DEFAULT_APP = 63,
92 APP_UNSET_APP_CONTROL_DEFAULT_APP = 64,
94 APP_SET_PROCESS_GROUP = 66,
95 APP_PREPARE_CANDIDATE_PROCESS = 67,
96 APP_TERM_BY_PID_SYNC = 68,
97 APP_GET_STATUS_BY_APPID = 69,
98 APP_GET_LAST_CALLER_PID = 70,
100 APP_TERM_BY_PID_SYNC_WITHOUT_RESTART = 71,
101 APP_RESUME_BY_PID_ASYNC = 72,
102 APP_SET_ALIAS_APPID = 73,
103 APP_UNSET_ALIAS_APPID = 74,
104 APP_LISTEN_STATUS = 75,
105 APP_STATUS_NOTIFICATION = 76,
106 APP_ENABLE_ALIAS_INFO = 77,
107 APP_DISABLE_ALIAS_INFO = 78,
108 APP_GROUP_ACTIVATE_ABOVE = 79,