Searched refs:DELETE_REFERENCE (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 50 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 D | js_short_key_manager.cpp | 47 CHKRV(napi_delete_reference(env, callback), DELETE_REFERENCE); in ~AsyncContext() 174 CHKRP(napi_delete_reference(env, asyncContext->callback), DELETE_REFERENCE); in SetKeyDownDuration()
|
H A D | js_short_key_context.cpp | 68 CHKRP(napi_delete_reference(env, jsContext->contextRef_), DELETE_REFERENCE); in CreateInstance()
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 33 inline constexpr std::string_view DELETE_REFERENCE = "napi_delete_reference"; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_util.cpp | 217 CHKRV(napi_delete_reference(callback->env, callback->ref), DELETE_REFERENCE); in DeleteCallbackInfo()
|
H A D | js_event_target.cpp | 226 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 D | js_register_module.cpp | 463 CHKRV(napi_delete_reference(env, callback), DELETE_REFERENCE); in ~KeyEventMonitorInfo()
|