update tizen source
[framework/messaging/msg-service.git] / test_app / MsgTestThreadView.h
1 /*
2 *
3 * Copyright (c) 2000-2012 Samsung Electronics Co., Ltd. All Rights Reserved.
4 *
5 * This file is part of msg-service.
6 *
7 * Contact: Jaeyun Jeong <jyjeong@samsung.com>
8 *          Sangkoo Kim <sangkoo.kim@samsung.com>
9 *          Seunghwan Lee <sh.cat.lee@samsung.com>
10 *          SoonMin Jung <sm0415.jung@samsung.com>
11 *          Jae-Young Lee <jy4710.lee@samsung.com>
12 *          KeeBum Kim <keebum.kim@samsung.com>
13 *
14 * PROPRIETARY/CONFIDENTIAL
15 *
16 * This software is the confidential and proprietary information of
17 * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
18 * disclose such Confidential Information and shall use it only in
19 * accordance with the terms of the license agreement you entered
20 * into with SAMSUNG ELECTRONICS.
21 *
22 * SAMSUNG make no representations or warranties about the suitability
23 * of the software, either express or implied, including but not limited
24 * to the implied warranties of merchantability, fitness for a particular
25 * purpose, or non-infringement. SAMSUNG shall not be liable for any
26 * damages suffered by licensee as a result of using, modifying or
27 * distributing this software or its derivatives.
28 *
29 */
30
31
32 /**
33  *      @file           MsgTestStorage.h
34  *      @brief          Defines storage test function of messaging framework
35  *      @version                1.0
36  */
37
38 #ifndef MSG_TEST_THREAD_VIEW_H
39 #define MSG_TEST_THREAD_VIEW_H
40
41 /**
42  *      @section                Introduction
43  *      - Introduction : Overview on Messaging Storage Test Function
44  *      @section                Program
45  *      - Program : Messaging Storage Test Function Reference
46  */
47
48 /*==================================================================================================
49                                          INCLUDE FILES
50 ==================================================================================================*/
51
52 #include "MsgTypes.h"
53
54 /**
55  *      @ingroup                MESSAGING_FRAMEWORK
56  *      @defgroup       MESSAGING_STORAGE_TEST_FUNCTION Messaging Thread View Test Function
57  *      @{
58  */
59
60 /*==================================================================================================
61                                      FUNCTION PROTOTYPES
62 ==================================================================================================*/
63 void MsgThreadViewMain(MSG_HANDLE_T hMsgHandle);
64
65 void MsgSearchViewMain(MSG_HANDLE_T hMsgHandle);
66
67 void MsgRunThreadViewMenu(MSG_HANDLE_T  hMsgHandle, MSG_THREAD_LIST_INDEX_S *pAddrList);
68
69 void MsgRunConversationView(MSG_HANDLE_T hMsgHandle, MSG_THREAD_ID_T ThreadId, const char *pAddress, const char *pName);
70
71 const char* MsgConvertDirection(MSG_DIRECTION_TYPE_T Direction);
72
73 const char* MsgConvertType(MSG_MESSAGE_TYPE_T MsgType);
74
75 /**
76  *      @}
77  */
78
79
80 #endif //MSG_TEST_THREAD_VIEW_H
81