/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 90 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in JsConstructor() 144 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in On() 183 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Off() 226 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDeviceIds() 250 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDevice() 279 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SupportKeys() 340 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SupportKeysSync() 393 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetKeyboardType() 428 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetKeyboardTypeSync() 456 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDeviceList() [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 78 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in CreateJsObject() 134 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerVisible() 167 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerVisibleSync() 192 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in IsPointerVisible() 223 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerColor() 255 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetPointerColor() 276 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerColorSync() 309 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerSpeed() 346 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetPointerSpeedSync() 375 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetPointerSpeed() [all …]
|
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/ |
H A D | js_coordination_context.cpp | 78 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in PrepareCompatible() 110 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in UnprepareCompatible() 142 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in ActivateCompatible() 193 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in DeactivateCompatible() 237 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetCrossingSwitchStateCompatible() 272 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in On() 303 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Off() 333 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in RegisterCooperateListener() 356 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in UnregisterCooperateListener() 388 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in RegisterMouseListener() [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor_module.cpp | 50 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOnApi9() 114 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in AddMonitor() 163 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOn() 181 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOffApi9() 223 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in RemoveMonitor() 277 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOff()
|
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
H A D | js_cooperate_context.cpp | 65 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Enable() 97 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Start() 137 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Stop() 158 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetState() 193 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in On() 227 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Off() 305 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in JsConstructor() 411 CHKRP(napi_get_cb_info(env, info, &argc, args, &result, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 74 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetEventInfoAPI9() 271 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOn() 316 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in JsOff() 351 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetShieldStatus() 393 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetShieldStatus() 432 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumConstructor()
|
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/ |
H A D | js_drag_context.cpp | 94 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in JsConstructor() 156 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in On() 189 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Off() 273 CHKRP(napi_get_cb_info(env, info, &argc, args, &result, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 88 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectEvent() 127 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectKeyEvent() 256 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectMouseEvent() 406 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in InjectTouchEvent() 449 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in PermitInjection()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_context.cpp | 79 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in CreateJsObject() 135 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SetKeyDownDuration() 198 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/gesture_event/src/ |
H A D | js_gesture_event.cpp | 49 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/key_event/src/ |
H A D | js_key_event.cpp | 50 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | napi_constants.h | 36 inline constexpr std::string_view GET_CB_INFO { "napi_get_cb_info" };
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/intention_code/src/ |
H A D | js_intention_code.cpp | 44 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 34 inline constexpr std::string_view GET_CB_INFO = "napi_get_cb_info"; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 42 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/ |
H A D | js_mouse_event.cpp | 80 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/infrared_emitter/src/ |
H A D | js_register_module.cpp | 106 CHKRF(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in ParseTransmitInfraredJSParam()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/key_code/src/ |
H A D | js_key_code.cpp | 43 CHKRP(napi_get_cb_info(env, info, &argc, args, &ret, &data), GET_CB_INFO); in EnumClassConstructor()
|