libaurum: new interface applied to improve performance 64/303764/2
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 4 Jan 2024 11:15:11 +0000 (20:15 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Mon, 8 Jan 2024 07:46:52 +0000 (16:46 +0900)
commit29abbab4adac76a92bc994427864454c8bda3fed
tree28b2c7e1613f015c24652d955db1fb7b8a8dba10
parent3f24f6dd6c933617c240fb1f47efa19232391f97
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