libaurum: new interface applied to improve performance
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 4 Jan 2024 11:15:11 +0000 (20:15 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Fri, 26 Jan 2024 06:42:45 +0000 (15:42 +0900)
commit2d7a5b139755f7cf625ea5b9d6dae66d2197a2b3
tree28b2c7e1613f015c24652d955db1fb7b8a8dba10
parent28acd15e20fca7720c4a20f2ba36beb0523824e3
libaurum: new interface applied to improve performance

Use GetNodeInfo interface brings each node's information into a single call
rather than individual API calls, resulting in a huge performance improvement.

Change-Id: Ib76151157f7e750548bdba2f9374188b084aefe7
libaurum/inc/Impl/Accessibility/AtspiWrapper.h
libaurum/src/Impl/Accessibility/AtspiAccessibleNode.cc
libaurum/src/Impl/Accessibility/AtspiWrapper.cc