Searched refs:GetNamePropertyInt32 (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 73 int32_t keyAction = GetNamePropertyInt32(env, in, "action"); in GetKeyEvent() 89 int32_t vkeyboardAction = GetNamePropertyInt32(env, in, "vkeyboardAction"); in GetKeyEvent() 115 int32_t keyCode = GetNamePropertyInt32(env, in, "code"); in GetKeyItem() 119 int32_t deviceId = GetNamePropertyInt32(env, in, "deviceId"); in GetKeyItem()
|
H A D | util_napi_value.cpp | 193 int32_t GetNamePropertyInt32(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyInt32() function 253 int32_t keyCode = GetNamePropertyInt32(env, napiValue, "code"); in GetNamePropertyKeyItem() 257 int32_t deviceId = GetNamePropertyInt32(env, napiValue, "deviceId"); in GetNamePropertyKeyItem()
|
/foundation/multimodalinput/input/util/napi/include/ |
H A D | util_napi_value.h | 45 int32_t GetNamePropertyInt32(const napi_env &env, const napi_value &object, const std::string &name);
|
Completed in 2 milliseconds