Modify AppCoreBase implementation 54/305454/2
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 1 Feb 2024 22:51:21 +0000 (07:51 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 1 Feb 2024 23:21:26 +0000 (08:21 +0900)
commit602ecc08865900681f50333f59b3d168dec2a287
tree87282a89ae5a01fba9b42202fa1ab7ddfbf444b3
parent0d0a67057b6bc55da184053288667bcf2a782c9b
Modify AppCoreBase implementation

This patch is to fix the failure issue of unit tests.
- Releasing the GCancellable instance is not needed in the GAsyncReadyCallback.
- The glib idler related to the suspend event initialization is removed.
- The default behaviors related to gdbus API are defined.

Change-Id: I0c809dc9da4f246fdbae1b7ad58542da1dbb527d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tizen-cpp/app-core-cpp/app_core_base.cc
tizen-cpp/app-core-cpp/suspend_event_private.cc
unittests/main.cc
unittests/mock/dbus_mock.h