media_controller_util refactoring 78/312578/2 accepted/tizen_unified_toolchain accepted/tizen_unified_x_asan accepted/tizen/unified/20240614.084852 accepted/tizen/unified/dev/20240620.004048 accepted/tizen/unified/toolchain/20240624.121419 accepted/tizen/unified/x/20240614.160418 accepted/tizen/unified/x/asan/20240625.092247
authorMinje Ahn <minje.ahn@samsung.com>
Wed, 12 Jun 2024 01:28:15 +0000 (10:28 +0900)
committerHaejeong kim <backto.kim@samsung.com>
Wed, 12 Jun 2024 07:08:50 +0000 (07:08 +0000)
commit31c6e7447ef216d032e01a05eedc616e27f5716a
tree5c0ecbb1135b1f8936c6e62bebcf139842ae3176
parent585b31a294178851169a65f450add8b74f02c750
media_controller_util refactoring

1. Checked only an app name not a full interface name.
2. Changed the substitution pattern from 'APPID_SEP' to '__'.
3. Used g_autofree.
4. Used g_uuid_string_random() instead. (Remove uuid dependency)

Change-Id: I54adcf7461dbe25482fedf2b442a1a8fb8498a27
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
CMakeLists.txt
include/media_controller_private.h
packaging/capi-media-controller.spec
src/media_controller_client.c
src/media_controller_ipc.c
src/media_controller_server.c
src/media_controller_util.c