Home
last modified time | relevance | path

Searched refs:CREATE_REFERENCE (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp165 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetPointerVisible()
198 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in IsPointerVisible()
230 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetPointerColor()
312 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetPointerSpeed()
377 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetMouseScrollRows()
431 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetPointerLocation()
487 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetPointerSize()
572 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetPointerStyle()
605 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in GetPointerStyle()
637 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in EnterCaptureMode()
[all …]
H A Djs_pointer_context.cpp66 CHKRP(napi_create_reference(env, jsInstance, 1, &(jsContext->contextRef_)), CREATE_REFERENCE); in CreateInstance()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dnapi_constants.h33 inline constexpr std::string_view CREATE_REFERENCE { "napi_create_reference" };
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h29 inline constexpr std::string_view CREATE_REFERENCE = "napi_create_reference"; variable
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_event_target.cpp185 CHKRV(napi_create_reference(env, handle, 1, &ref), CREATE_REFERENCE); in AddListener()
269 CHKRV(napi_create_reference(env, handle, 1, &ref), CREATE_REFERENCE); in AddListener()
341 CHKRP(napi_create_reference(env, handle, 1, &callback->ref), CREATE_REFERENCE); in CreateCallbackInfo()
356 CHKRP(napi_create_reference(env, handle, 1, &callback->ref), CREATE_REFERENCE); in CreateMouseCallbackInfo()
H A Djs_coordination_context.cpp494 CHKRP(napi_create_reference(env, jsInstance, 1, &(jsContext->contextRef_)), CREATE_REFERENCE); in CreateInstance()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp172 CHKRP(napi_create_reference(env, handle, 1, &asyncContext->callback), CREATE_REFERENCE); in SetKeyDownDuration()
H A Djs_short_key_context.cpp64 CHKRP(napi_create_reference(env, jsInstance, 1, &(jsContext->contextRef_)), CREATE_REFERENCE); in CreateInstance()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_manager.cpp89 CHKRV(napi_create_reference(env, handle, 1, &ref), CREATE_REFERENCE); in RegisterListener()
H A Djs_drag_context.cpp77 CHKRP(napi_create_reference(env, jsInstance, 1, &(jsContext->contextRef_)), CREATE_REFERENCE); in CreateInstance()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_event_cooperate_target.cpp179 CHKRV(napi_create_reference(env, handle, 1, &ref), CREATE_REFERENCE); in AddListener()
229 CHKRP(napi_create_reference(env, handle, 1, &callback->ref), CREATE_REFERENCE); in CreateCallbackInfo()
H A Djs_cooperate_context.cpp288 …RP(napi_create_reference(env, jsInstance, ONE_PARAM, &(jsContext->contextRef_)), CREATE_REFERENCE); in CreateInstance()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp78 CHKRP(napi_create_reference(env, jsInstance, 1, &(jsContext->contextRef_)), CREATE_REFERENCE); in CreateInstance()
H A Djs_event_target.cpp1250 CHKRV(napi_create_reference(env, handle, 1, &ref), CREATE_REFERENCE); in AddListener()
1315 CHKRP(napi_create_reference(env, handle, 1, &cb->ref), CREATE_REFERENCE); in CreateCallbackInfo()