libaurum: Add ISearchable interface for common methods 88/305088/6
authorHosang Kim <hosang12.kim@samsung.com>
Fri, 26 Jan 2024 09:20:57 +0000 (18:20 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Tue, 30 Jan 2024 11:46:59 +0000 (20:46 +0900)
commit251e6762341109c4ea7fce49f8991d5e62ca2a9d
tree12d161a9d4f412b03073218f51143647fb77680c
parent1f866ca9b731cbdb95c8d29798180723707f9c9f
libaurum: Add ISearchable interface for common methods

Implement the ISearchable abstract class in UiObject and UiDevice
to improve code readability and maintainability by separating interface from implementation.

Change-Id: I2ef4d467024f0971622b7f97bba1a6daee30b15a
libaurum/inc/Interface/ISearchable.h
libaurum/inc/UiDevice.h
libaurum/inc/UiObject.h