Home
last modified time | relevance | path

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

/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() local
174 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetKeyDownDuration() local
H A Djs_short_key_context.cpp68 CHKRP(napi_delete_reference(env, jsContext->contextRef_), DELETE_REFERENCE); in CreateInstance() local
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp51 CHKRV(napi_delete_reference(env, callback), DELETE_REFERENCE); in ~AsyncContext() local
233 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetPointerColor() local
261 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetPointerColor() local
380 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetMouseScrollRows() local
408 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetMouseScrollRows() local
434 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetPointerLocation() local
490 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetPointerSize() local
518 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetPointerSize() local
817 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetTouchpadData() local
846 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in GetTouchpadBoolData() local
875 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); GetTouchpadInt32Data() local
1087 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); SetTouchpadScrollRows() local
1115 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); GetTouchpadScrollRows() local
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h34 inline constexpr std::string_view DELETE_REFERENCE = "napi_delete_reference"; member
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
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()
H A Djs_util.cpp218 CHKRV(napi_delete_reference(callback->env, callback->ref), DELETE_REFERENCE); in DeleteCallbackInfo()

Completed in 7 milliseconds