Fix unit functions that are not invoked 20/278920/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 13 Jul 2022 07:47:21 +0000 (16:47 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 28 Jul 2022 02:51:50 +0000 (11:51 +0900)
commit033da5107c6251a7161c620d3ef743b6cc05afe9
tree9dc64858c28026b7aa7a055b38540616671338c8
parentadf635d3c481313d91f7ef36cb753bd9e7a9a2d1
Fix unit functions that are not invoked

- Issue:
Some internal functions are not invoked from business logic.

- Solution:
Some functions are predefined for future needs, but they are note called
yet. So, these functions decrease the line coverage. To solve this issue,
this patch removes those dead functions.
And also, this patch invokes a dead function. This function has purpose
and code that needs to invoke this function, but current code does not
use it. Through this patch, this function is invoked and covered by test
case.

Change-Id: I33b882525e99ca251644aedbe7b18cf938dc17ff
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts_client.c
client/tts_client.h
client/tts_core.c
client/tts_core.h
client/tts_ipc.c
client/tts_ipc.h