Searched refs:GET_REFERENCE_VALUE (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 38 inline constexpr std::string_view GET_REFERENCE_VALUE = "napi_get_reference_value";
member
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 75 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 D | js_util.cpp | 63 MMI_HILOGE("%{public}s failed", std::string(GET_REFERENCE_VALUE).c_str()); in IsSameHandle()
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_util.cpp | 169 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 D | js_short_key_manager.cpp | 138 CHKRV(napi_get_reference_value(env, asyncContext->callback, &callback), GET_REFERENCE_VALUE); in AsyncCallbackWork()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1750 GET_REFERENCE_VALUE, scope, pointerEventItem); in OnPointerEventInJsThread()
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 142 CHKRV(napi_get_reference_value(env, asyncContext->callback, &callback), GET_REFERENCE_VALUE); in AsyncCallbackWork()
|
Completed in 10 milliseconds