summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-14plugin-api: common: Remove abi_version moduleaccepted/tizen/unified/x/20240319.055622accepted/tizen/unified/20240318.071321tizenaccepted/tizen_unified_xaccepted/tizen_unifiedChanwoo Choi7-244/+8
2024-03-01Add API for update-control pluginsaccepted/tizen/unified/x/20240311.100306accepted/tizen/unified/20240311.012812Antoni11-4/+499
2024-01-12pluginapi: common: Add support RISC-V architecture typeaccepted/tizen/unified/x/20240208.023007accepted/tizen/unified/toolchain/20240311.065606accepted/tizen/unified/20240207.171558accepted/tizen_unified_toolchainYunhee Seo3-3/+3
2023-11-24test: Fix mock function to call the real oneaccepted/tizen/unified/riscv/20231211.234104accepted/tizen/unified/20231128.175118accepted/tizen_unified_riscvYoungjae Cho2-1/+3
2023-11-10plugin-api: deviced: Add syscommon_plugin_deviced_battery_update_health_ovp_s...accepted/tizen/unified/20231122.172540Yunhee Seo3-0/+33
2023-11-08plugin-api: deviced: Add attribute for controlling doze sourceaccepted/tizen/unified/20231115.024827Youngjae Cho1-0/+2
2023-11-07resource-manager: Check associated get ops correctlyYoungjae Cho1-2/+2
2023-10-16plugin-api: deviced: Add header files for resource type 'core'Youngjae Cho3-0/+75
2023-10-16resource-manager: Add guard clause when removing element during list iterationYoungjae Cho2-6/+167
2023-10-16resource-manager: Add API for fine-tuned event listeningYoungjae Cho8-35/+382
2023-10-16tests: Rename resource-manager tests driverYoungjae Cho7-271/+281
2023-10-16resource-manager: Add API for event handlingYoungjae Cho3-1/+231
2023-10-16tests: Add test for resource-managerYoungjae Cho6-2/+744
2023-10-16tests: Restructure testYoungjae Cho6-95/+65
2023-09-11resource-manager: Validate attribute before update ittizen_8.0_m2_releaseaccepted/tizen/unified/20230913.091610accepted/tizen/8.0/unified/20231005.093814Youngjae Cho1-0/+30
2023-09-11plugin-api: deviced: Remove _GET_/_SET_ from attribute nameYoungjae Cho2-17/+17
2023-09-11resource-manager: Change type name of multiple dataYoungjae Cho2-9/+9
2023-09-06plugin-api: resourced: Add lmk_try_count in get_kill_candidates_post_with_wssaccepted/tizen/unified/20230907.175321Unsung Lee3-4/+5
2023-09-06plugin-api: resourced: Add working set size related info in task_infoUnsung Lee1-0/+7
2023-09-06plugin-api: resourced: Move common struct and enum from *.h to *-interface.hUnsung Lee3-57/+58
2023-09-06resource-manager: Add missing cases for unset_resource_attr_interest()Youngjae Cho1-0/+2
2023-09-04plugin-api: resourced: Add is_cpu_busy argument into govenor funcaccepted/tizen/unified/20230906.014630Unsung Lee3-4/+6
2023-09-04plugin-api: resourced: Add is_cpu_contention_alleviatedUnsung Lee3-1/+33
2023-08-28plugin-api: resourced: Add cpu boosting moduleUnsung Lee7-2/+258
2023-08-25plugin-api: deviced: Add assert() to prevent NULL dereferencingYoungjae Cho1-0/+4
2023-08-23plugin-api: deviced: Add syscommon_plugin_deviced_display_load_config()accepted/tizen/unified/riscv/20230829.072055accepted/tizen/unified/20230825.044252Youngjae Cho3-1/+21
2023-08-23plugin-api: deviced: Add attribute for display configYoungjae Cho1-10/+13
2023-08-22plugin-api: common: Remove log macro from common.h to use libsyscommon/log.hChanwoo Choi3-14/+4
2023-08-22plugin-api: Change the header including style and remove duplicate common.hChanwoo Choi26-110/+26
2023-08-22plugin-api: common: Add SYSCOMMON_PLUGIN_MODULE_DEVICED_DISPLAY plugin moduleChanwoo Choi5-2/+93
2023-08-22plugin-api: deviced: Add attribute for power history logaccepted/tizen/unified/20230823.021351Youngjae Cho1-0/+19
2023-08-22plugin-api: deviced: Add deviced_event DEVICED_EVENT_INPUT_BACKKEYYoungjae Cho1-0/+1
2023-08-22plugin-api: deviced: Add attribute for release all display lockYoungjae Cho1-0/+1
2023-08-22plugin-api: deviced: Add attribute for touch event blockedYoungjae Cho1-0/+1
2023-08-22plugin-api: deviced: Add attribute for display actor capabilityYoungjae Cho1-0/+21
2023-08-22resource-manager: Gather the related funciton of set_resource_attr_uint64Chanwoo Choi1-5/+4
2023-08-22resource-manager: Add new getter with user dataChanwoo Choi3-0/+115
2023-08-21plugin-api: deviced: Add power attribute and enum for vital modeYoungjae Cho1-0/+11
2023-08-21plugin-api: deviced: Replace macro MATCH() with strncmp()Youngjae Cho1-7/+9
2023-08-21plugin-api: deviced: Add attribute for custom brightnessYoungjae Cho1-0/+1
2023-08-18plugin-api: common: Fix wrong symbol name of SYSCOMMON_PLUGIN_MODULE_DEVICED_...accepted/tizen/unified/20230821.162308Chanwoo Choi1-1/+1
2023-08-18plugin-api: common: Add SYSCOMMON_PLUGIN_MODULE_DEVICED_INPUT plugin moduleChanwoo Choi6-0/+220
2023-08-18plugin-api: deviced: Add struct syscommon_deviced_display_state_infoYoungjae Cho1-0/+11
2023-08-18plugin-api: deviced: Add prefix 'syscommon' to enum and structYoungjae Cho1-23/+23
2023-08-18plugin-api: deviced: Add struct deviced_display_configYoungjae Cho1-0/+37
2023-08-18plugin-api: deviced: Add display DPMS attribute and enumYoungjae Cho1-0/+11
2023-08-18plugin-api: deviced: power: Add struct syscommon_plugin_deviced_power_trans_infoChanwoo Choi1-0/+7
2023-08-18plugin-api: deviced: power: Add syscommon_plugin_deviced_power_convert_to_pow...Chanwoo Choi1-0/+20
2023-08-17libsyscommon: Add CRITICAL_LOG()Youngjae Cho1-2/+18
2023-08-17dbus-iface-system: Add event dbus interface of devicedChanwoo Choi1-0/+5