Add new IPC parameter for sending service state 12/288012/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 29 Dec 2022 08:01:33 +0000 (17:01 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 9 Feb 2023 05:31:21 +0000 (14:31 +0900)
commit6810f454e74a2049ce4ccae88a7fe8017a71bf3a
treef068646c3f54e1397b6a595b86d0582108efaf94
parentfe6372b41e69bf0a20720a722e929aa902b096c4
Add new IPC parameter for sending service state

- Requirement:
Client library needs to get current service state when preparing is
succeeded.

- Contents:
This patch changes the IPC interface parameter for service state. The
client library needs to service state information for enhancing
repreparing logic. Through this patch, client application can receive
service state information when preparing is succeeded.

Change-Id: I62eeab554074455d09ac1c28b369dde83318f399
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
14 files changed:
client/tts_core.c
client/tts_dbus.c
client/tts_dbus.h
client/tts_ipc.c
client/tts_ipc.h
client/tts_tidl.c
client/tts_tidl.h
server/ttsd_dbus.c
server/ttsd_dbus.h
server/ttsd_dbus_server.c
server/ttsd_ipc.h
server/ttsd_tidl.c
server/ttsd_tidl.h
tidl/tts.tidl