[refactoring] reduce length of value name and log 14/234314/6 submit/tizen/20200602.052302
authorYoungjae Shin <yj99.shin@samsung.com>
Mon, 25 May 2020 10:34:25 +0000 (19:34 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 2 Jun 2020 02:34:07 +0000 (11:34 +0900)
commit7ecc230ec43a589c740bd736245a83642aeb29fc
tree610c978f2ef498566aa0ac5242140dd0e2b64c2d
parenta7b740f2aff93489e61b5222741b0e71d4c8ac74
[refactoring] reduce length of value name and log

Change-Id: Ica4c98755b5bc0074ce00083c37d0b2c3e8ab141
38 files changed:
CMakeLists.txt
common/sst_define.h
common/sst_log.h
packaging/capi-system-system-settings.spec
src/sst_api.c
src/sst_core.c
src/sst_core.h
src/sst_exclusive.h [new file with mode: 0644]
src/sst_feature.c
src/sst_feature.h
src/sst_font.c
src/sst_font.h
src/sst_interface.c
src/sst_interface.h
src/sst_json.c
src/sst_json.h
src/sst_ringtones.c
src/sst_ringtones.h
src/sst_screen.c
src/sst_screen.h
src/sst_time_N_locale.c
src/sst_time_N_locale.h
src/sst_utils.c
src/sst_utils.h
src/sst_vconf.c
src/sst_vconf.h
src/standard_excl/sst_standard.c [new file with mode: 0644]
src/wearable_excl/sst_wearable.c [new file with mode: 0644]
tests/mocks/libc.c
tests/mocks/pkgmgrinfo_appinfo.c
tests/mocks/vconf.cpp
tests/sstt.h [moved from tests/sys_settings_test.h with 88% similarity]
tests/sstt_main.c [moved from tests/sys_settings_test_fw.c with 93% similarity]
tests/sstt_test.c [moved from tests/sys_settings_test.c with 99% similarity]
tests/sys_settings_test_fw.h [deleted file]
utils/sstu.c [moved from utils/sys_settings_util.c with 58% similarity]
utils/sstu.h [moved from utils/sys_settings_util.h with 72% similarity]
utils/sstu_font.h [moved from utils/sys_settings_font.h with 100% similarity]