[NUI] Fix SVACE issue (#4704)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Thu, 3 Nov 2022 02:47:25 +0000 (11:47 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 10 Nov 2022 01:25:11 +0000 (10:25 +0900)
commita57bed84040e0f04be2947ed5b03b0877a614432
tree54d9adbb695b5a9674949cc9299c6a2e26613c97
parentfbe829a26b1738ad5144692a7faa1da3b31d05b6
[NUI] Fix SVACE issue (#4704)

- The issue is 'Casting a signed value which has type int to a bigger
unsigned integer type std::size_t while initializing a variable.'

- Changed the parameter type from `int` to `uint32_t` for `size_t` casting

- Dependency : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/283715/

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.ControlDevel.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityWrappers.cs