Match the function hierarchy 79/266379/1
authorwn.jang <wn.jang@samsung.com>
Thu, 11 Nov 2021 07:33:24 +0000 (16:33 +0900)
committerwn.jang <wn.jang@samsung.com>
Thu, 11 Nov 2021 07:33:24 +0000 (16:33 +0900)
Change-Id: Ie7e01227bfe5e790b8ca26c11e894c5482c343e7

server/ttsd_tidl.c

index f73cefd..b26dca3 100644 (file)
@@ -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;