Register missing callback functions 20/269520/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 17 Jan 2022 22:30:17 +0000 (07:30 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 17 Jan 2022 22:30:17 +0000 (07:30 +0900)
commit94bda70e385622ea83edb15de46ac47db3b06dd0
tree9b395f32571e3ede827a9bef0fc742dd29e5cdf7
parentcab7727f1412dbd7f2bf173b34c1fc94defbe8eb
Register missing callback functions

The create callback function and the terminate callback function have to
be registered. If the create cb or the terminate cb is nullptr, the
registration function returns a negative error value that is
RPC_PORT_ERROR_INVALID_PARAMETER.

Change-Id: Ide9f53aa3939cf87f31b468ecaede0c517c0399f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
service_lib/autofill_service.c