[ATSPI] Read property in Async way 13/265913/5
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 1 Nov 2021 11:45:53 +0000 (20:45 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 10 Nov 2021 11:37:24 +0000 (20:37 +0900)
commitb2b9355c3aa99ee6396f30b4d52b22221d9cfb2f
tree1eee95e733af19d9f4c540269be08a73c9d40c9f
parenta6a1a9eb689927dc70ec0b9731f27e49a730f9d2
[ATSPI] Read property in Async way

An application could launch and read a property before at-spi-bus-launcher
is running. The at-spi-bus-launcher is a process writing the property.
If the application reads the property in syncronous way, then it is waiting
until the at-spi-bus-launcher can respond.

For the performance reason we will not read properties in syncronous way.

Change-Id: I0c7f33b25f99d37d57c67bca48e2e617ab5b1b1a
dali/internal/accessibility/bridge/bridge-impl.cpp
dali/internal/accessibility/bridge/dbus.h