Adding a function to get the provider count
[platform/framework/native/shell.git] / src / inc / FShell_AppWidgetManagerIpcMessage.h
1 //
2 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Flora License, Version 1.1 (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
7 //
8 //     http://floralicense.org/license/
9 //
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.
15 //
16
17 /**
18  * @file        FShell_AppWidgetManagerIpcMessage.h
19  * @brief               This is the header file for the AppWidgetManagerService Ipc message types.
20  */
21
22 #include <FAppTypes.h>
23 #include <FSystem.h>
24
25 #include "ipc/ipc_message_macros.h"
26 #include "FIo_IpcCommonParamTraits.h"
27 #include "FIo_IpcMessageStart.h"
28
29
30 #define IPC_MESSAGE_START LiveboxManagerServiceStart
31
32 // Message to service
33 IPC_SYNC_MESSAGE_CONTROL3_1(AppWidgetManager_RequestUpdate, Tizen::Base::String, Tizen::Base::String, Tizen::Base::String, result)
34 IPC_SYNC_MESSAGE_CONTROL2_1(AppWidgetManager_RequestUpdateInstance, Tizen::Base::String, Tizen::Base::String, result)
35
36 IPC_SYNC_MESSAGE_CONTROL3_1(AppWidgetManager_RequestSharedMemoryId, Tizen::Base::String, int, int, int)
37 IPC_SYNC_MESSAGE_CONTROL3_1(AppWidgetManager_RequestSharedMemoryIdForPD, Tizen::Base::String, int, int, int)
38 IPC_SYNC_MESSAGE_CONTROL3_1(AppWidgetManager_RequestSyncSharedMemory, Tizen::Base::String, int, int, result)
39 IPC_SYNC_MESSAGE_CONTROL1_1(AppWidgetManager_RequestSyncSharedMemoryForPD, Tizen::Base::String, result)
40 IPC_SYNC_MESSAGE_CONTROL1_1(AppWidgetManager_RequestReleaseSharedMemory, Tizen::Base::String, result)
41 IPC_SYNC_MESSAGE_CONTROL1_1(AppWidgetManager_RequestReleaseSharedMemoryForPD, Tizen::Base::String, result)
42 IPC_SYNC_MESSAGE_CONTROL1_1(AppWidgetManager_RequestProviderCount, Tizen::Base::String, int)
43 IPC_MESSAGE_CONTROL2(AppWidgetManager_SendResult, Tizen::Base::String, bool)
44 IPC_MESSAGE_CONTROL2(AppWidgetManager_SendAccessStatus, Tizen::Base::String, int)
45
46 // Message from service
47 IPC_MESSAGE_CONTROL3(AppWidgetManager_SendAppWidgetEvent, Tizen::Base::String, Tizen::Base::String, Tizen::Base::Collection::HashMap)
48 IPC_MESSAGE_CONTROL5(AppWidgetManager_SendTouchEvent, Tizen::Base::String, int, double, double, double)
49 IPC_MESSAGE_CONTROL5(AppWidgetManager_SendTouchEventForPD, Tizen::Base::String, int, double, double, double)