Home
last modified time | relevance | path

Searched refs:DELETE_REFERENCE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp50 CHKRV(napi_delete_reference(env, callback), DELETE_REFERENCE); in ~AsyncContext()
232 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetPointerColor()
260 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetPointerColor()
379 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetMouseScrollRows()
407 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetMouseScrollRows()
433 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetPointerLocation()
489 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetPointerSize()
517 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetPointerSize()
788 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetTouchpadData()
817 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetTouchpadBoolData()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp47 CHKRV(napi_delete_reference(env, callback), DELETE_REFERENCE); in ~AsyncContext()
174 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetKeyDownDuration()
H A Djs_short_key_context.cpp68 CHKRP(napi_delete_reference(env, jsContext->contextRef_), DELETE_REFERENCE); in CreateInstance()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h33 inline constexpr std::string_view DELETE_REFERENCE = "napi_delete_reference"; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp217 CHKRV(napi_delete_reference(callback->env, callback->ref), DELETE_REFERENCE); in DeleteCallbackInfo()
H A Djs_event_target.cpp226 CHKRV_SCOPE(cb->env, napi_delete_reference(cb->env, cb->ref), DELETE_REFERENCE, scope); in CallIdsAsyncWork()
332 CHKRV_SCOPE(cb->env, napi_delete_reference(cb->env, cb->ref), DELETE_REFERENCE, scope); in CallDevAsyncWork()
736 CHKRV_SCOPE(cb->env, napi_delete_reference(cb->env, cb->ref), DELETE_REFERENCE, scope); in CallDevListAsyncWork()
883 CHKRV_SCOPE(cb->env, napi_delete_reference(cb->env, cb->ref), DELETE_REFERENCE, scope); in CallDevInfoAsyncWork()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp463 CHKRV(napi_delete_reference(env, callback), DELETE_REFERENCE); in ~KeyEventMonitorInfo()