Home
last modified time | relevance | path

Searched refs:GET_VALUE_INT32 (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp235 CHKRP(napi_get_value_int32(env, argv[0], &color), GET_VALUE_INT32); in SetPointerColor() local
288 CHKRP(napi_get_value_int32(env, argv[0], &color), GET_VALUE_INT32); in SetPointerColorSync() local
321 CHKRP(napi_get_value_int32(env, argv[0], &pointerSpeed), GET_VALUE_INT32); in SetPointerSpeed() local
358 CHKRP(napi_get_value_int32(env, argv[0], &pointerSpeed), GET_VALUE_INT32); in SetPointerSpeedSync() local
417 CHKRP(napi_get_value_int32(env, argv[0], &rows), GET_VALUE_INT32); in SetMouseScrollRows() local
475 CHKRP(napi_get_value_int32(env, argv[0], &x), GET_VALUE_INT32); in SetPointerLocation() local
487 CHKRP(napi_get_value_int32(env, argv[1], &y), GET_VALUE_INT32); in SetPointerLocation() local
640 CHKRR(napi_get_value_int32(env, value, &windowId), GET_VALUE_INT32, INVALID_VALUE); in GetWindowId() local
655 CHKRR(napi_get_value_int32(env, value, &focusX), GET_VALUE_INT32, INVALID_VALUE); in GetCursorFocusX() local
670 CHKRR(napi_get_value_int32(env, value, &focusY), GET_VALUE_INT32, INVALID_VALU in GetCursorFocusY() local
695 CHKRP(napi_get_value_int32(env, argv[0], &size), GET_VALUE_INT32); SetPointerSize() local
753 CHKRP(napi_get_value_int32(env, argv[0], &size), GET_VALUE_INT32); SetPointerSizeSync() local
791 CHKRP(napi_get_value_int32(env, argv[0], &windowid), GET_VALUE_INT32); SetPointerStyle() local
803 CHKRP(napi_get_value_int32(env, argv[1], &pointerStyle), GET_VALUE_INT32); SetPointerStyle() local
840 CHKRP(napi_get_value_int32(env, argv[0], &windowid), GET_VALUE_INT32); SetPointerStyleSync() local
852 CHKRP(napi_get_value_int32(env, argv[1], &pointerStyle), GET_VALUE_INT32); SetPointerStyleSync() local
881 CHKRP(napi_get_value_int32(env, argv[0], &windowid), GET_VALUE_INT32); GetPointerStyle() local
918 CHKRP(napi_get_value_int32(env, argv[0], &windowId), GET_VALUE_INT32); GetPointerStyleSync() local
1128 CHKRP(napi_get_value_int32(env, argv[0], &windowId), GET_VALUE_INT32); EnterCaptureMode() local
1158 CHKRP(napi_get_value_int32(env, argv[0], &windowId), GET_VALUE_INT32); LeaveCaptureMode() local
1209 CHKRP(napi_get_value_int32(env, argv[0], &primaryButton), GET_VALUE_INT32); SetMousePrimaryButton() local
1355 CHKRP(napi_get_value_int32(env, argv[0], &data), GET_VALUE_INT32); SetTouchpadInt32Data() local
1684 CHKRP(napi_get_value_int32(env, argv[0], &rows), GET_VALUE_INT32); SetTouchpadScrollRows() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp269 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetDevice() local
301 CHKRP(napi_get_value_int32(env, argv[0], &deviceId), GET_VALUE_INT32); in SupportKeys() local
326 CHKRP(napi_get_value_int32(env, keyValue, &data), GET_VALUE_INT32); in SupportKeys() local
362 CHKRP(napi_get_value_int32(env, argv[0], &deviceId), GET_VALUE_INT32); in SupportKeysSync() local
387 CHKRP(napi_get_value_int32(env, keyValue, &data), GET_VALUE_INT32); in SupportKeysSync() local
416 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetKeyboardType() local
451 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetKeyboardTypeSync() local
499 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetDeviceInfo() local
532 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetDeviceInfoSync() local
558 CHKRP(napi_get_value_int32(env, argv[0], &repeatDelay), GET_VALUE_INT32); in SetKeyboardRepeatDelay() local
595 CHKRP(napi_get_value_int32(env, argv[0], &repeatRate), GET_VALUE_INT32); SetKeyboardRepeatRate() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_manager.cpp332 CHKRR(napi_get_value_int32(env, napiX, &rectX), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList() local
341 CHKRR(napi_get_value_int32(env, napiY, &rectY), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList() local
350 CHKRR(napi_get_value_int32(env, napiWidth, &rectWidth), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList() local
359 CHKRR(napi_get_value_int32(env, napiHeight, &rectHeight), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList() local
H A Djs_input_monitor_module.cpp145 CHKRP(napi_get_value_int32(env, argv[1], &fingers), GET_VALUE_INT32); in AddMonitor() local
259 CHKRP(napi_get_value_int32(env, argv[1], &fingers), GET_VALUE_INT32); in RemoveMonitor() local
H A Djs_input_monitor.cpp1857 CHKRF(napi_get_value_int32(env, xProperty, &xInt), GET_VALUE_INT32); in IsLocaledWithinRect() local
1863 CHKRF(napi_get_value_int32(env, yProperty, &yInt), GET_VALUE_INT32); in IsLocaledWithinRect() local
/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h40 inline constexpr std::string_view GET_VALUE_INT32 = "napi_get_value_int32"; member
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp158 CHKRP(napi_get_value_int32(env, argv[1], &delay), GET_VALUE_INT32); in SetKeyDownDuration() local
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp582 CHKRP(napi_get_value_int32(env, argv[0], &shieldMode), GET_VALUE_INT32); in SetShieldStatus() local
624 CHKRP(napi_get_value_int32(env, argv[0], &shieldMode), GET_VALUE_INT32); in GetShieldStatus() local
H A Djs_register_util.cpp127 CHKRP(napi_get_value_int32(env, napiElement, &value), GET_VALUE_INT32); in GetPreKeys() local

Completed in 11 milliseconds