Home
last modified time | relevance | path

Searched defs:GET_CB_INFO (Results 1 - 15 of 15) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/
H A Djs_joystick_event.cpp42 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/intention_code/src/
H A Djs_intention_code.cpp44 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp42 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp43 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/key_event/src/
H A Djs_key_event.cpp61 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/gesture_event/src/
H A Djs_gesture_event.cpp57 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_module.cpp50 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOnApi9() local
121 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in AddMonitor() local
171 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOn() local
189 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOffApi9() local
237 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in RemoveMonitor() local
291 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOff() local
/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h35 inline constexpr std::string_view GET_CB_INFO = "napi_get_cb_info"; member
/foundation/multimodalinput/input/frameworks/napi/infrared_emitter/src/
H A Djs_register_module.cpp106 CHKRF(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in ParseTransmitInfraredJSParam() local
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp79 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in CreateJsObject() local
135 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetKeyDownDuration() local
198 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp80 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor() local
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp169 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectEvent() local
215 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectKeyEvent() local
351 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectMouseEvent() local
501 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectTouchEvent() local
646 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectJoystickEvent() local
689 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in PermitInjection() local
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp94 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetHotkeyEventInfo() local
180 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetEventInfoAPI9() local
446 CHKRF(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetEventType() local
570 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetShieldStatus() local
612 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetShieldStatus() local
651 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumConstructor() local
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp99 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in JsConstructor() local
153 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in On() local
192 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Off() local
235 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDeviceIds() local
259 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDevice() local
288 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SupportKeys() local
349 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SupportKeysSync() local
403 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetKeyboardType() local
438 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetKeyboardTypeSync() local
466 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDeviceList() local
487 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetDeviceInfo() local
520 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetDeviceInfoSync() local
546 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetKeyboardRepeatDelay() local
583 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetKeyboardRepeatRate() local
620 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetKeyboardRepeatDelay() local
640 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetKeyboardRepeatRate() local
670 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetVKeyboardArea() local
883 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); UpdateMotionSpace() local
928 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); EnumClassConstructor() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp78 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in CreateJsObject() local
134 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerVisible() local
167 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerVisibleSync() local
192 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in IsPointerVisible() local
223 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerColor() local
255 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetPointerColor() local
276 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerColorSync() local
309 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerSpeed() local
346 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerSpeedSync() local
375 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetPointerSpeed() local
405 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetMouseScrollRows() local
442 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetMouseScrollRows() local
463 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetPointerLocation() local
512 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetCustomCursor() local
561 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetCustomCursorSync() local
610 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetMoveEventFilters() local
683 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetPointerSize() local
720 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetPointerSize() local
741 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetPointerSizeSync() local
779 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetPointerStyle() local
828 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetPointerStyleSync() local
869 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetPointerStyle() local
906 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetPointerStyleSync() local
1108 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); EnumConstructor() local
1117 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); EnterCaptureMode() local
1147 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); LeaveCaptureMode() local
1197 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetMousePrimaryButton() local
1234 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetMousePrimaryButton() local
1254 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetHoverScrollState() local
1287 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetHoverScrollState() local
1312 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetTouchpadBoolData() local
1343 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetTouchpadInt32Data() local
1379 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetTouchpadData() local
1632 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); EnableHardwareCursorStats() local
1657 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetHardwareCursorStats() local
1672 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); SetTouchpadScrollRows() local
1705 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); GetTouchpadScrollRows() local
[all...]

Completed in 12 milliseconds