Searched refs:GetNamedPropertyInt32 (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 59 if (GetNamedPropertyInt32(env, keyHandle, "keyCode", keyCode) != RET_OK) { in GetInjectionEventData() 163 if (GetNamedPropertyInt32(env, mouseHandle, "button", button) != RET_OK) { in HandleMouseButton() 190 if (GetNamedPropertyInt32(env, mouseHandle, "action", action) != RET_OK) { in HandleMouseAction() 227 if (GetNamedPropertyInt32(env, mouseHandle, "screenX", screenX) != RET_OK) { in HandleMousePropertyInt32() 231 if (GetNamedPropertyInt32(env, mouseHandle, "screenY", screenY) != RET_OK) { in HandleMousePropertyInt32() 235 if (GetNamedPropertyInt32(env, mouseHandle, "toolType", toolType) != RET_OK) { in HandleMousePropertyInt32() 297 if (GetNamedPropertyInt32(env, touchHandle, "action", action) != RET_OK) { in HandleTouchAction() 349 if (GetNamedPropertyInt32(env, touchHandle, "sourceType", sourceType) != RET_OK) { in HandleTouchPropertyInt32() 366 if (GetNamedPropertyInt32(env, touchProperty, "screenX", screenX) != RET_OK) { in HandleTouchPropertyInt32() 370 if (GetNamedPropertyInt32(env, touchProperty, "screenY", screenY) != RET_OK) { in HandleTouchPropertyInt32() [all …]
|
H A D | js_register_util.cpp | 50 int32_t GetNamedPropertyInt32(const napi_env& env, const napi_value& object, in GetNamedPropertyInt32() function
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/include/ |
H A D | js_register_util.h | 24 int32_t GetNamedPropertyInt32(const napi_env& env, const napi_value& object, const std::string& nam…
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/include/ |
H A D | js_register_util.h | 31 std::optional<int32_t> GetNamedPropertyInt32(const napi_env &env, const napi_value &object, const s…
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 123 std::optional<int32_t> tempFinalKey = GetNamedPropertyInt32(env, argv[1], "finalKey"); in GetEventInfoAPI9() 148 …std::optional<int32_t> tempKeyDownDuration = GetNamedPropertyInt32(env, argv[1], "finalKeyDownDura… in GetEventInfoAPI9()
|
H A D | js_register_util.cpp | 65 std::optional<int32_t> GetNamedPropertyInt32(const napi_env &env, const napi_value &object, const s… in GetNamedPropertyInt32() function
|