input: Remove _GET_/_SET_ from attribute name 29/298629/1 accepted/tizen/8.0/unified/20231005.093830 accepted/tizen/unified/20230913.091615 tizen_8.0_m2_release
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 12 Sep 2023 02:19:10 +0000 (11:19 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 12 Sep 2023 02:19:10 +0000 (11:19 +0900)
Change-Id: Id9166369f3c2de81c7a5c9b4145ef35d1b98826c
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/deviced-input/deviced-input.c

index 5b329bf84d2ce1aa571203c3657d7cd5cf7f5e20..77e33b6e68d2c74f5b0c5c4d5f134d0d9146e7a2 100644 (file)
@@ -374,7 +374,7 @@ static gboolean level_event_detected(gpointer data)
        if (ieu->wakelock_duration > 0)
                syscommon_resman_set_resource_attr_uint64_2(
                        SYSCOMMON_RESOURCE_ID(DEVICED_RESOURCE_TYPE_POWER),
-                       DEVICED_POWER_ATTR_TUPLE2_SET_WAKELOCK,
+                       DEVICED_POWER_ATTR_TUPLE2_WAKELOCK,
                        ieu->id, ieu->wakelock_duration);
 
        if (ieu->notifier)
@@ -403,7 +403,7 @@ static void input_handler_edge_event_detected(struct input_event_unit *ieu)
        if (ieu->wakelock_duration > 0)
                syscommon_resman_set_resource_attr_uint64_2(
                        SYSCOMMON_RESOURCE_ID(DEVICED_RESOURCE_TYPE_POWER),
-                       DEVICED_POWER_ATTR_TUPLE2_SET_WAKELOCK,
+                       DEVICED_POWER_ATTR_TUPLE2_WAKELOCK,
                        ieu->id, ieu->wakelock_duration);
 
        if (ieu->notifier)