Searched refs:CALL_FUNCTION (Results 1 - 6 of 6) sorted by relevance
/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 24 inline constexpr std::string_view CALL_FUNCTION = "napi_call_function";
member
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 85 CHKRV_SCOPE_DEL(item->env, napi_call_function(item->env, nullptr, handler, 1, &object, &ret), CALL_FUNCTION, in EmitAddedDeviceEvent() 128 CHKRV_SCOPE_DEL(item->env, napi_call_function(item->env, nullptr, handler, 1, &object, &ret), CALL_FUNCTION, in EmitRemoveDeviceEvent() 225 CALL_FUNCTION, scope); in CallIdsAsyncWork() 331 CALL_FUNCTION, scope); in CallDevAsyncWork() 517 CALL_FUNCTION, scope); in CallKeystrokeAbilityAsync() 638 CALL_FUNCTION, scope); in CallKeyboardTypeAsync() 735 CALL_FUNCTION, scope); in CallDevListAsyncWork() 882 CALL_FUNCTION, scope); in CallDevInfoAsyncWork() 1007 CALL_FUNCTION, in CallKeyboardRepeatDelayAsync() 1178 CALL_FUNCTION, in CallKeyboardRepeatRateAsync() [all...] |
/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_manager.cpp | 140 CHKRV(napi_call_function(env, nullptr, callback, size, results, &callResult), CALL_FUNCTION); in AsyncCallbackWork()
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_util.cpp | 315 MMI_HILOGE("%{public}s failed", std::string(CALL_FUNCTION).c_str()); in UvQueueWorkAsyncCallback()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1755 CALL_FUNCTION, scope, pointerEventItem); in OnPointerEventInJsThread()
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 144 CHKRV(napi_call_function(env, nullptr, callback, size, results, &callResult), CALL_FUNCTION); in AsyncCallbackWork()
|
Completed in 10 milliseconds