[NUI] Fix SVACE issue (#4712)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Thu, 3 Nov 2022 03:09:40 +0000 (12:09 +0900)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 03:09:40 +0000 (12:09 +0900)
commitbc0bd62a5e93246a9a0dd6d492647398c9e81981
treed3221041b9e24dffc5f4a0a5b998dba6d6b32fab
parent7bdcd19d4a108b61c2e37d451994ad1faeffd13e
[NUI] Fix SVACE issue (#4712)

- 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/+/283787/

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