From: wn.jang Date: Thu, 11 Nov 2021 07:33:24 +0000 (+0900) Subject: Match the function hierarchy X-Git-Tag: accepted/tizen/unified/20211116.130548~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F266379%2F1;p=platform%2Fcore%2Fuifw%2Ftts.git Match the function hierarchy Change-Id: Ie7e01227bfe5e790b8ca26c11e894c5482c343e7 --- diff --git a/server/ttsd_tidl.c b/server/ttsd_tidl.c index f73cefd..b26dca3 100644 --- a/server/ttsd_tidl.c +++ b/server/ttsd_tidl.c @@ -240,7 +240,7 @@ static int __set_mode_cb(rpc_port_stub_tts_context_h context, int uid, int mode, SLOG(LOG_INFO, tts_tag(), "[Server] Set client mode. uid (%d), mode (%d)", uid, mode); int ret = -1; - ret = ttsd_data_set_mode(uid, mode); + ret = ttsd_server_set_mode(uid, mode); if (TTSD_ERROR_NONE != ret) { SLOG(LOG_ERROR, tts_tag(), "[Server] Fail to set mode. uid is not invalid"); return ret;