Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h24 inline constexpr std::string_view CALL_FUNCTION = "napi_call_function"; member
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp85 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 Djs_short_key_manager.cpp140 CHKRV(napi_call_function(env, nullptr, callback, size, results, &callResult), CALL_FUNCTION); in AsyncCallbackWork()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp315 MMI_HILOGE("%{public}s failed", std::string(CALL_FUNCTION).c_str()); in UvQueueWorkAsyncCallback()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1755 CALL_FUNCTION, scope, pointerEventItem); in OnPointerEventInJsThread()
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp144 CHKRV(napi_call_function(env, nullptr, callback, size, results, &callResult), CALL_FUNCTION); in AsyncCallbackWork()

Completed in 10 milliseconds