From: Youngjae Cho Date: Tue, 12 Sep 2023 02:19:10 +0000 (+0900) Subject: input: Remove _GET_/_SET_ from attribute name X-Git-Tag: accepted/tizen/unified/20230913.091615^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f817538a3284631eec54db406db589a3cb0ed88f;p=platform%2Fcore%2Fsystem%2Fplugin%2Fdeviced-headless.git input: Remove _GET_/_SET_ from attribute name Change-Id: Id9166369f3c2de81c7a5c9b4145ef35d1b98826c Signed-off-by: Youngjae Cho --- diff --git a/src/deviced-input/deviced-input.c b/src/deviced-input/deviced-input.c index 5b329bf..77e33b6 100644 --- a/src/deviced-input/deviced-input.c +++ b/src/deviced-input/deviced-input.c @@ -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)