Use client handle for sending output result 49/282349/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 26 Sep 2022 11:38:08 +0000 (20:38 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Fri, 30 Sep 2022 05:24:55 +0000 (14:24 +0900)
commit0f5e1706722d3891658b5921288cd61ff53eeb47
tree095d93b84dcf063bf4b5a553241cbe3a170eebe4
parentff81e5c009d7b4d8b223ce1ca9a302c3d913f156
Use client handle for sending output result

- Requirement:
mmi core wants to control client when mmi manager sends output result to
proper client which set specified event.

- Solution:
This patch fixes parameter of mmi_api_handler_send_result() function
from app id to client handle. Through this change and function of mmi
client module, mmi core can control clients when mmi manager sends
output result to clients which set specified event.

Change-Id: Iee2f0e4c65cc2aeabcec09330264904bfb682052
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/mmimgr/mmi-api-handler.c
src/mmimgr/mmi-api-handler.h
src/mmimgr/mmi-core.c