Add checker for window handle(Phase1) 70/300470/4
authorWonsik Jung <sidein@samsung.com>
Wed, 25 Oct 2023 12:17:14 +0000 (21:17 +0900)
committerWonsik Jung <sidein@samsung.com>
Fri, 27 Oct 2023 08:11:50 +0000 (17:11 +0900)
commitda232d2fe5954cf20a05c6e6f50766f8717e739a
tree655e3818dcd534af5f9cb1d99ce486b9c1b86961
parentd3317f7d3d580d5eccca9fe861822260a65a79f4
Add checker for window handle(Phase1)

Add checker for window handle input in window-warpper.
Window-wrapper is called by NUI module.
Most of cases the wrapper have the window handle in input param.
In current implementation, some wrappers checked the input param, the others had nothing.

To support the checking of window input handle for whole cases,
this patch has the checker for window handle and error message.
To check this patch, NUI sample and Test case will be added to the existed NUI sample and TCT.

These work have some phases.
The first phase has the normal funtions.
Next phase will have working about event and signals.

Change-Id: Ifced21e972323a1f8375f8baab74c1a4081e1c3d
dali-csharp-binder/dali-adaptor/window-wrap.cpp