Home
last modified time | relevance | path

Searched refs:GET_REFERENCE_VALUE (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h38 inline constexpr std::string_view GET_REFERENCE_VALUE = "napi_get_reference_value"; member
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp75 CHKRV_SCOPE_DEL(item->env, napi_get_reference_value(item->env, item->ref, &handler), GET_REFERENCE_VALUE, in EmitAddedDeviceEvent()
122 CHKRV_SCOPE_DEL(item->env, napi_get_reference_value(item->env, item->ref, &handler), GET_REFERENCE_VALUE, in EmitRemoveDeviceEvent()
222 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scope); in CallIdsAsyncWork()
328 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scope); in CallDevAsyncWork()
514 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scope); in CallKeystrokeAbilityAsync()
635 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scope); in CallKeyboardTypeAsync()
732 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scope); in CallDevListAsyncWork()
879 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scope); in CallDevInfoAsyncWork()
1003 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scope); in CallKeyboardRepeatDelayAsync()
1174 CHKRV_SCOPE(cb->env, napi_get_reference_value(cb->env, cb->ref, &handler), GET_REFERENCE_VALUE, scop in CallKeyboardRepeatRateAsync()
[all...]
H A Djs_util.cpp63 MMI_HILOGE("%{public}s failed", std::string(GET_REFERENCE_VALUE).c_str()); in IsSameHandle()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp169 GET_REFERENCE_VALUE, JS_CALLBACK_EVENT_FAILED); in DelEventCallbackRef() local
247 CHKRR(napi_get_reference_value(env, event->callback, &eventHandler), GET_REFERENCE_VALUE, in DelEventCallback() local
307 MMI_HILOGE("%{public}s failed", std::string(GET_REFERENCE_VALUE).c_str()); in UvQueueWorkAsyncCallback()
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp138 CHKRV(napi_get_reference_value(env, asyncContext->callback, &callback), GET_REFERENCE_VALUE); in AsyncCallbackWork()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1750 GET_REFERENCE_VALUE, scope, pointerEventItem); in OnPointerEventInJsThread()
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp142 CHKRV(napi_get_reference_value(env, asyncContext->callback, &callback), GET_REFERENCE_VALUE); in AsyncCallbackWork()

Completed in 10 milliseconds