Home
last modified time | relevance | path

Searched refs:GetNamePropertyInt32 (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp73 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 Dutil_napi_value.cpp193 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 Dutil_napi_value.h45 int32_t GetNamePropertyInt32(const napi_env &env, const napi_value &object, const std::string &name);

Completed in 2 milliseconds