Searched refs:REFERENCE_REF (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 48 inline constexpr std::string_view REFERENCE_REF = "napi_reference_ref"; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 170 …HKRP(napi_create_reference(env, argv[INPUT_PARAMETER_MIDDLE], 1, &event->callback), REFERENCE_REF); in GetEventInfoAPI9()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 81 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 69 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance()
|