Home
last modified time | relevance | path

Searched defs:DELETE_REFERENCE (Results 1 - 4 of 4) sorted by relevance

/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/short_key/src/
H A Djs_short_key_context.cpp68 CHKRP(napi_delete_reference(env, jsContext->contextRef_), DELETE_REFERENCE); in CreateInstance() local
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
/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...]

Completed in 4 milliseconds