Support Daemon Stub 01/260701/4
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 1 Jul 2021 07:57:09 +0000 (16:57 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Mon, 12 Jul 2021 07:55:30 +0000 (07:55 +0000)
commitb2311d751255f1ae0e681e0c4013bc768b6d5df6
treeed1826d07a028fffef2055335059c20c3c72b7e4
parentab55982c0757a4d99ee1dced0d8a63c8cc5815fa
Support Daemon Stub

This patch supports that the daemon process can be the stub.
The daemon or service process has to call the rpc_port_register_proc_info()
to set the process name. When the proxy tries to connect to the stub,
the rpc-port library calls the aul_proc_get_name() if calling the
aul_app_get_appid_bypid() is failed.

Change-Id: I133b04c6a0196420fcd6aeba52085cf73c10f4d3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/rpc-port-internal.h
src/aul-internal.cc
src/rpc-port-internal.cc