13e34fc22674c75111f8b733d1c42e3d6357fe21
[apps/home/starter.git] / lock-mgr / include / lockd-process-mgr.h
1 /*
2  *  starter
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21
22 #ifndef __LOCKD_PROCESS_MGR_H__
23 #define __LOCKD_PROCESS_MGR_H__
24
25 int lockd_process_mgr_start_lock(void *data, int (*dead_cb) (int, void *),
26                                  int phone_lock_state);
27
28 int lockd_process_mgr_restart_lock(int phone_lock_state);
29
30 int lockd_process_mgr_start_phone_lock(void);
31
32 void lockd_process_mgr_terminate_lock_app(int lock_app_pid,
33                                           int state);
34
35 void lockd_process_mgr_terminate_phone_lock(int phone_lock_pid);
36
37 int lockd_process_mgr_check_lock(int pid);
38
39 #endif                          /* __LOCKD_PROCESS_MGR_H__ */