Support launch reqeust async API
[platform/core/appfw/aul-1.git] / include / aul_cmd.h
index 7a944fa..880f62d 100755 (executable)
@@ -133,6 +133,14 @@ enum app_cmd {
        RPC_PORT_CREATE_SOCKET_PAIR = 101,
        RPC_PORT_NOTIFY_RPC_FINISHED = 102,
        COMPLICATION_UPDATE_REQUEST = 103,
+       APP_NOTIFY_START = 104,
+       WATCHDOG_ENABLE = 105,
+       WATCHDOG_DISABLE = 106,
+       WATCHDOG_PING = 107,
+       WATCHDOG_KICK = 108,
+       APP_SEND_LAUNCH_REQUEST = 109,
 
        APP_CMD_MAX
 };
+
+const char *aul_cmd_convert_to_string(int cmd);