Send restart notification when a scheduled restart takes place 30/288230/2 accepted/tizen_7.0_unified accepted/tizen/7.0/unified/20230303.102018
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 9 Feb 2023 08:20:29 +0000 (17:20 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 14 Feb 2023 04:00:38 +0000 (13:00 +0900)
commit1951e30a4bc5f3aa2614b4f0133e782f2c400fc1
tree5ada76a6faaef0093be602e5439646d781c9564b
parentccf41b075d60b6a039827c008f7223975405748f
Send restart notification when a scheduled restart takes place

When a scheduled restart takes place on the agent side,
the client application receives a service reset error,
canceling all the ongoing operations that are not
directly related to the multi-assistant framework.
To avoid this problem, added a restart notification signal
for letting the clients to know the subsequent dbus name owner
change event is caused by a scheduled restart event or not.

Change-Id: Id7c3ff404f43e09dfb2488a7402b9afcbc2051f3
inc/service_common.h
inc/service_ipc_dbus.h
src/service_ipc_dbus.cpp
src/service_main.cpp